Skip to content

Commit

Permalink
Update mathieudutour/github-tag-action to support commit_sha
Browse files Browse the repository at this point in the history
  • Loading branch information
breml committed Jul 11, 2022
1 parent ac3107b commit e9e14f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

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

0 comments on commit e9e14f8

Please sign in to comment.