Skip to content

Commit 1bcd7ea

Browse files
env
1 parent fb52f2a commit 1bcd7ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ create_bundle BuildType TargetDir CertType BuildFlags:
5757
notarize_and_staple BuildType TargetDir:
5858
echo "Notarizing and stapling plugin bundle"
5959
ditto -c -k --keepParent {{TargetDir}}/{{BuildType}}/{{PluginName}}.plugin {{TargetDir}}/{{BuildType}}/{{PluginName}}.zip
60-
xcrun notarytool submit {{TargetDir}}/{{BuildType}}/{{PluginName}}.zip --apple-id "$APPLE_ID" --password "$APPLE_APP_PASSWORD" --team-id "$APPLE_TEAM_ID" --wait
60+
xcrun notarytool submit {{TargetDir}}/{{BuildType}}/{{PluginName}}.zip --apple-id "${APPLE_ID}" --password "${APPLE_APP_PASSWORD}" --team-id "${APPLE_TEAM_ID}" --wait
6161
xcrun stapler staple {{TargetDir}}/{{BuildType}}/{{PluginName}}.plugin
6262
echo "Notarization and stapling completed"

0 commit comments

Comments
 (0)