We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac3107b commit e9e14f8Copy full SHA for e9e14f8
.github/workflows/update.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Bump version and push tag
34
if: ${{ steps.commit_changes.outputs.committed == 'true' && steps.commit_changes.outputs.pushed == 'true' }}
35
- uses: mathieudutour/github-tag-action@v5.6
+ uses: mathieudutour/github-tag-action@v6.0
36
with:
37
github_token: ${{ secrets.GITHUB_TOKEN }}
38
commit_sha: ${{ steps.commit_changes.outputs.commit_long_sha }}
0 commit comments