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 76a4b47 commit be78efaCopy full SHA for be78efa
.github/workflows/pre-release.yml
@@ -136,9 +136,9 @@ jobs:
136
APP_VERSION: ${{ env.APP_VERSION }}
137
APP_BUILD: ${{ env.APP_BUILD }}
138
with:
139
- title: "${{ env.APP_VERSION }}-alpha.${{ env.APP_BUILD }}"
+ title: "v${{ env.APP_VERSION }}"
140
files: |
141
- ${{ RUNNER.TEMP }}/Sparkle_Archive/CodeEdit-${{ env.REV }}.dmg
+ ${{ RUNNER.TEMP }}/Sparkle_Archive/CodeEdit.dmg
142
${{ RUNNER.TEMP }}/Sparkle_Archive/appcast.xml
143
automatic_release_tag: "v${{ env.APP_VERSION }}"
144
prerelease: false
0 commit comments