Thanks to visit codestin.com Credit goes to github.com
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 681d448 commit 71c5d4cCopy full SHA for 71c5d4c
.github/workflows/release.yml
@@ -103,7 +103,7 @@ jobs:
103
popd
104
gsutil -h "Cache-Control:no-cache,max-age=0" cp ./appcast.xml "gs://releases.coder.com/coder-desktop/mac/appcast.xml"
105
env:
106
- VERSION_DESCRIPTION: ${{ github.event_name == 'release' && github.event.release.body || '' }}
+ VERSION_DESCRIPTION: ${{ (github.event_name == 'release' && github.event.release.body) || (github.event_name == 'push' && github.event.head_commit.message) || '' }}
107
108
update-cask:
109
name: Update homebrew-coder cask
0 commit comments