Skip to content

Commit

Permalink
Release: fix github-tag-action version
Browse files Browse the repository at this point in the history
  • Loading branch information
snejus committed Nov 22, 2024
1 parent bc16ed1 commit 4a5b9a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:

- name: Tag the commit
id: tag_version
uses: mathieudutour/github-tag-action@v6
uses: mathieudutour/github-tag-action@v6.2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
custom_tag: ${{ env.NEW_VERSION }}
Expand Down

0 comments on commit 4a5b9a2

Please sign in to comment.