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

Commit71c5d4c

Browse files
ci: set preview build description to commit message (#180)
Just lets you see what changed in a preview build at a glance.
1 parent681d448 commit71c5d4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
popd
104104
gsutil -h "Cache-Control:no-cache,max-age=0" cp ./appcast.xml "gs://releases.coder.com/coder-desktop/mac/appcast.xml"
105105
env:
106-
VERSION_DESCRIPTION:${{ github.event_name == 'release' && github.event.release.body || '' }}
106+
VERSION_DESCRIPTION:${{(github.event_name == 'release' && github.event.release.body) || (github.event_name == 'push' && github.event.head_commit.message) || '' }}
107107

108108
update-cask:
109109
name:Update homebrew-coder cask

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp