We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d68c90f commit 977ed43Copy full SHA for 977ed43
.github/workflows/pre-release.yml
@@ -73,7 +73,7 @@ jobs:
73
run: |
74
REV=$(git rev-parse --short HEAD)
75
echo "REV=$REV" >> $GITHUB_ENV
76
- xcrun notarytool store-credentials CodeEdit --apple-id "$APPLE_ID" --team-id "$APPLE_TEAM_ID" --password "$APPLE_ID_PWD"
+ xcrun notarytool store-credentials CodeEdit --apple-id "$APPLE_ID" --team-id "$APPLE_TEAM_ID" --password "$APPLE_ID_PWD" --keychain "$RUNNER_TEMP/keychain.keychain-db"
77
create-dmg \
78
--volname "CodeEdit" \
79
--window-pos 200 120 \
0 commit comments