We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30a61e6 commit 76a4b47Copy full SHA for 76a4b47
1 file changed
.github/workflows/pre-release.yml
@@ -88,8 +88,7 @@ jobs:
88
--app-drop-link 530 210 \
89
--codesign "$CODESIGN_SIGN" \
90
--notarize "CodeEdit" \
91
- --skip-jenkins \
92
- "$RUNNER_TEMP/CodeEdit-$REV.dmg" \
+ "$RUNNER_TEMP/CodeEdit.dmg" \
93
"$RUNNER_TEMP/CodeEdit.xcarchive/Products/Applications/"
94
security lock-keychain
95
@@ -141,7 +140,7 @@ jobs:
141
140
files: |
142
${{ RUNNER.TEMP }}/Sparkle_Archive/CodeEdit-${{ env.REV }}.dmg
143
${{ RUNNER.TEMP }}/Sparkle_Archive/appcast.xml
144
- automatic_release_tag: "${{ env.APP_VERSION }}-alpha.${{ env.APP_BUILD }}"
+ automatic_release_tag: "v${{ env.APP_VERSION }}"
145
prerelease: false
146
repo_token: "${{ secrets.GITHUB_TOKEN }}"
147
0 commit comments