We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7751f31 commit ef0d834Copy full SHA for ef0d834
.github/workflows/test-release.yml
@@ -214,7 +214,7 @@ jobs:
214
- name: Bump version and push tag
215
id: tag_version
216
if: github.ref == 'refs/heads/main'
217
- uses: mathieudutour/github-tag-action@fcfbdceb3093f6d85a3b194740f8c6cec632f4e2 # v6.1
+ uses: mathieudutour/github-tag-action@a22cf08638b34d5badda920f9daf6e72c477b07b # v6.2
218
with:
219
github_token: ${{ secrets.GITHUB_TOKEN }}
220
release_branches: main
0 commit comments