Skip to content

Commit a1e9e24

Browse files
committed
Set release title during deploy
Otherwise 'gh release' will use the last commit in the branch by default.
1 parent fa35610 commit a1e9e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ jobs:
4747
env:
4848
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4949
run: |
50-
gh release create v${{ github.event.inputs.version }} --target=${{ github.ref_name }}
50+
gh release create v${{ github.event.inputs.version }} --target=${{ github.ref_name }} --title v${{ github.event.inputs.version }}
5151
gh pr merge ${{ github.ref_name }} --merge

0 commit comments

Comments
 (0)