Skip to content

Commit 019fa98

Browse files
Update pre-release.yml
1 parent d2d3ca3 commit 019fa98

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
@@ -77,7 +77,7 @@ jobs:
7777
security unlock-keychain -p "$RUNNER_PW"
7878
xcrun notarytool store-credentials CodeEdit --apple-id "$APPLE_ID" --team-id "$APPLE_TEAM_ID" --password "$APPLE_ID_PWD"
7979
cp "$RUNNER_TEMP/../CodeEdit/CodeEdit/Resources/dmgBackground.png" "$RUNNER_TEMP/.background.png"
80-
create-dmg \
80+
echo $RUNNER_PW | sudo -S create-dmg \
8181
--volname "CodeEdit" \
8282
--window-pos 200 120 \
8383
--window-size 699 518 \

0 commit comments

Comments
 (0)