Skip to content

Commit

Permalink
fix: remove tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-nfc committed Aug 8, 2024
1 parent 0bf4c9d commit a4db6b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
with:
token: ${{ github.token }}
# tag: ${{ steps.get_next_version.outputs.current }}
tag: ${{ github.ref_name }}
# tag: ${{ github.ref_name }}
fromTag: ${{ github.ref_name }}
toTag: ${{ steps.get_next_version.outputs.current }}
writeToFile: true
Expand Down

0 comments on commit a4db6b1

Please sign in to comment.