Skip to content

Commit d209f07

Browse files
committed
chore: fix name for draft release
1 parent 150e10c commit d209f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ jobs:
144144
uses: ncipollo/release-action@v1
145145
with:
146146
tag: v${{ steps.get_version.outputs.VERSION_TAG }}
147+
name: 'Session ${{ steps.get_version.outputs.VERSION_TAG }}'
147148
draft: true
148-
name: 'Draft'
149149
bodyFile: ${{ env.SHOULD_PUBLISH_ALPHA == 'true' && 'build/release-notes-alpha.md' || 'build/release-notes.md' }}
150150
artifacts: 'dist/latest-linux.yml'
151151
allowUpdates: true

0 commit comments

Comments
 (0)