Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfcb9981

Browse files
committed
fixup
1 parentd06a8d3 commitfcb9981

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)

[8]ページ先頭

©2009-2025 Movatter.jp