Skip to content

Commit

Permalink
fix: Update github-tag-action to version 1.67.0
Browse files Browse the repository at this point in the history
  • Loading branch information
canhorn committed May 27, 2024
1 parent e39a16a commit 8097a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-tag-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- run: |
echo "NuGetVersionV2: ${{ steps.gitversion.outputs.NuGetVersionV2 }}"
- name: Bump version and push tag
uses: anothrNick/github-tag-action@1.17.2
uses: anothrNick/github-tag-action@1.67.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# We want to push to nuget the same version we tag
Expand Down

0 comments on commit 8097a85

Please sign in to comment.