Skip to content

Commit be78efa

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pre-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@ jobs:
136136
APP_VERSION: ${{ env.APP_VERSION }}
137137
APP_BUILD: ${{ env.APP_BUILD }}
138138
with:
139-
title: "${{ env.APP_VERSION }}-alpha.${{ env.APP_BUILD }}"
139+
title: "v${{ env.APP_VERSION }}"
140140
files: |
141-
${{ RUNNER.TEMP }}/Sparkle_Archive/CodeEdit-${{ env.REV }}.dmg
141+
${{ RUNNER.TEMP }}/Sparkle_Archive/CodeEdit.dmg
142142
${{ RUNNER.TEMP }}/Sparkle_Archive/appcast.xml
143143
automatic_release_tag: "v${{ env.APP_VERSION }}"
144144
prerelease: false

0 commit comments

Comments
 (0)