mirror of
https://github.com/beetbox/beets.git
synced 2025-12-27 02:52:33 +01:00
Release: fix github-tag-action version
This commit is contained in:
parent
bc16ed1817
commit
4a5b9a26f1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/make_release.yaml
vendored
2
.github/workflows/make_release.yaml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue