Skip to content

Commit fcb9981

Browse files
committed
fixup
1 parent d06a8d3 commit fcb9981

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,6 @@ jobs:
7676
path: ${{ github.workspace }}/outputs/out
7777
retention-days: 7
7878

79-
- name: Get version string
80-
id: version_string
81-
run: |
82-
echo "versionstring=$(./scripts/version.sh)" >> "$GITHUB_OUTPUT"
83-
8479
# Upload to release in non-dry-run mode
8580
- name: Upload Release Assets
8681
if: ${{ !inputs.dryrun }}
@@ -101,12 +96,11 @@ jobs:
10196
swift run update-appcast \
10297
-i ../../oldappcast.xml \
10398
-s "$out"/Coder-Desktop.pkg.sig \
104-
-v "$VERSION_STRING" \
99+
-v "$(../version.sh)" \
105100
-o ../../appcast.xml
106101
-d "$VERSION_DESCRIPTION"
107102
popd
108103
env:
109-
VERSION_STRING: ${{ steps.version_string.outputs.versionstring }}
110104
VERSION_DESCRIPTION: ${{ github.event_name == 'release' && github.event.release.body || '' }}
111105

112106

0 commit comments

Comments
 (0)