Skip to content

Commit

Permalink
Change back to both having v (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy authored Nov 4, 2023
1 parent 67f4121 commit caac32e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ jobs:
uses: anothrNick/github-tag-action@a2c70ae13a881faf2b4953baaa9e49731997ab36 # 1.67.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true

- name: Update major tag
uses: rickstaa/action-update-semver@f1596c59134ba100443e47894de60f76d97950c7 # v1
with:
major_version_tag_only: true
tag: v${{ steps.bump-version.outputs.new_tag }}
tag: ${{ steps.bump-version.outputs.new_tag }}

0 comments on commit caac32e

Please sign in to comment.