Skip to content

Commit 98717cc

Browse files
committed
Update release workflow to tag specified branch
1 parent 14f9f57 commit 98717cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
commit_message: Prepare Release ${{ steps.update_changelog.outputs.version }}
6060

6161
- name: Create the tag
62-
run: git tag ${{ steps.update_changelog.outputs.version }}
62+
run: git tag ${{ steps.update_changelog.outputs.version }} ${{ github.event.inputs.branch }}
6363

6464
- name: Create the release
6565
uses: ncipollo/release-action@v1

0 commit comments

Comments
 (0)