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 ed8f899 commit 3c6a72cCopy full SHA for 3c6a72c
.github/workflows/deploy.yml
@@ -46,3 +46,4 @@ jobs:
46
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47
run: |
48
gh release create v${{ github.event.inputs.version }} --target=${{ github.ref_name }} --generate-notes
49
+ gh merge --branch ${{ github.ref_name }}
0 commit comments