Skip to content

Commit e9e14f8

Browse files
committed
Update mathieudutour/github-tag-action to support commit_sha
1 parent ac3107b commit e9e14f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Bump version and push tag
3434
if: ${{ steps.commit_changes.outputs.committed == 'true' && steps.commit_changes.outputs.pushed == 'true' }}
35-
uses: mathieudutour/github-tag-action@v5.6
35+
uses: mathieudutour/github-tag-action@v6.0
3636
with:
3737
github_token: ${{ secrets.GITHUB_TOKEN }}
3838
commit_sha: ${{ steps.commit_changes.outputs.commit_long_sha }}

0 commit comments

Comments
 (0)