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 150e10c commit d209f07Copy full SHA for d209f07
.github/workflows/build-binaries.yml
@@ -144,8 +144,8 @@ jobs:
144
uses: ncipollo/release-action@v1
145
with:
146
tag: v${{ steps.get_version.outputs.VERSION_TAG }}
147
+ name: 'Session ${{ steps.get_version.outputs.VERSION_TAG }}'
148
draft: true
- name: 'Draft'
149
bodyFile: ${{ env.SHOULD_PUBLISH_ALPHA == 'true' && 'build/release-notes-alpha.md' || 'build/release-notes.md' }}
150
artifacts: 'dist/latest-linux.yml'
151
allowUpdates: true
0 commit comments