Skip to content

Commit

Permalink
Merge pull request #4 from gmmcal/tag-reference
Browse files Browse the repository at this point in the history
FIX: Use sha reference instead of main branch on ietf-tools/semver-action
  • Loading branch information
gmmcal authored Sep 14, 2024
2 parents 45519d0 + d50e3d1 commit 9c4ec9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
token: ${{ github.token }}
noVersionBumpBehavior: patch
branch: main
branch: ${{ inputs.reference }}
majorList: "BREAK"
minorList: "NEW"
patchList: "FIX,OPT"

0 comments on commit 9c4ec9e

Please sign in to comment.