Skip to content

Commit 977ed43

Browse files
authored
Update pre-release.yml
1 parent d68c90f commit 977ed43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: |
7474
REV=$(git rev-parse --short HEAD)
7575
echo "REV=$REV" >> $GITHUB_ENV
76-
xcrun notarytool store-credentials CodeEdit --apple-id "$APPLE_ID" --team-id "$APPLE_TEAM_ID" --password "$APPLE_ID_PWD"
76+
xcrun notarytool store-credentials CodeEdit --apple-id "$APPLE_ID" --team-id "$APPLE_TEAM_ID" --password "$APPLE_ID_PWD" --keychain "$RUNNER_TEMP/keychain.keychain-db"
7777
create-dmg \
7878
--volname "CodeEdit" \
7979
--window-pos 200 120 \

0 commit comments

Comments
 (0)