We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38335fb commit 6787af7Copy full SHA for 6787af7
.github/workflows/build-release.yaml
@@ -36,7 +36,7 @@ jobs:
36
37
- name: Bump version and push tag
38
id: bump
39
- uses: hennejg/github-tag-action@v4.3.1
+ uses: mathieudutour/github-tag-action@v6.2
40
with:
41
github_token: ${{ secrets.GITHUB_TOKEN }}
42
release_branches: main
0 commit comments