Skip to content

Commit

Permalink
Set release title during deploy
Browse files Browse the repository at this point in the history
Otherwise 'gh release' will use the last commit in the branch by default.
  • Loading branch information
nicoddemus committed Dec 7, 2024
1 parent fa35610 commit a1e9e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release create v${{ github.event.inputs.version }} --target=${{ github.ref_name }}
gh release create v${{ github.event.inputs.version }} --target=${{ github.ref_name }} --title v${{ github.event.inputs.version }}
gh pr merge ${{ github.ref_name }} --merge

0 comments on commit a1e9e24

Please sign in to comment.