Skip to content

Commit

Permalink
Update release workflow to tag specified branch
Browse files Browse the repository at this point in the history
  • Loading branch information
bryannielsen committed Jan 14, 2025
1 parent 14f9f57 commit 98717cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
commit_message: Prepare Release ${{ steps.update_changelog.outputs.version }}

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

- name: Create the release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 98717cc

Please sign in to comment.