Skip to content

Commit 76a4b47

Browse files
Update pre-release.yml
1 parent 30a61e6 commit 76a4b47

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/pre-release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ jobs:
8888
--app-drop-link 530 210 \
8989
--codesign "$CODESIGN_SIGN" \
9090
--notarize "CodeEdit" \
91-
--skip-jenkins \
92-
"$RUNNER_TEMP/CodeEdit-$REV.dmg" \
91+
"$RUNNER_TEMP/CodeEdit.dmg" \
9392
"$RUNNER_TEMP/CodeEdit.xcarchive/Products/Applications/"
9493
security lock-keychain
9594
@@ -141,7 +140,7 @@ jobs:
141140
files: |
142141
${{ RUNNER.TEMP }}/Sparkle_Archive/CodeEdit-${{ env.REV }}.dmg
143142
${{ RUNNER.TEMP }}/Sparkle_Archive/appcast.xml
144-
automatic_release_tag: "${{ env.APP_VERSION }}-alpha.${{ env.APP_BUILD }}"
143+
automatic_release_tag: "v${{ env.APP_VERSION }}"
145144
prerelease: false
146145
repo_token: "${{ secrets.GITHUB_TOKEN }}"
147146

0 commit comments

Comments
 (0)