Skip to content

Commit 8097a85

Browse files
committed
fix: Update github-tag-action to version 1.67.0
1 parent e39a16a commit 8097a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main-tag-bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- run: |
2323
echo "NuGetVersionV2: ${{ steps.gitversion.outputs.NuGetVersionV2 }}"
2424
- name: Bump version and push tag
25-
uses: anothrNick/github-tag-action@1.17.2
25+
uses: anothrNick/github-tag-action@1.67.0
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2828
# We want to push to nuget the same version we tag

0 commit comments

Comments
 (0)