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 fa35610 commit a1e9e24Copy full SHA for a1e9e24
.github/workflows/deploy.yml
@@ -47,5 +47,5 @@ jobs:
47
env:
48
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49
run: |
50
- 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 }}
51
gh pr merge ${{ github.ref_name }} --merge
0 commit comments