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 4c93710Copy full SHA for 4c93710
.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