Skip to content

Commit

Permalink
Fix action version in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sboulema committed Mar 4, 2024
1 parent 755ccdd commit 14166e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

- name: Tag release
id: tag_release
uses: mathieudutour/github-tag-action@v6
uses: mathieudutour/github-tag-action@v6.1
with:
custom_tag: '${{ env.version }}'
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 14166e3

Please sign in to comment.