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 14f9f57 commit 98717ccCopy full SHA for 98717cc
.github/workflows/release.yml
@@ -59,7 +59,7 @@ jobs:
59
commit_message: Prepare Release ${{ steps.update_changelog.outputs.version }}
60
61
- name: Create the tag
62
- run: git tag ${{ steps.update_changelog.outputs.version }}
+ run: git tag ${{ steps.update_changelog.outputs.version }} ${{ github.event.inputs.branch }}
63
64
- name: Create the release
65
uses: ncipollo/release-action@v1
0 commit comments