We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e39a16a commit 8097a85Copy full SHA for 8097a85
.github/workflows/main-tag-bump.yml
@@ -22,7 +22,7 @@ jobs:
22
- run: |
23
echo "NuGetVersionV2: ${{ steps.gitversion.outputs.NuGetVersionV2 }}"
24
- name: Bump version and push tag
25
- uses: anothrNick/github-tag-action@1.17.2
+ uses: anothrNick/github-tag-action@1.67.0
26
env:
27
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28
# We want to push to nuget the same version we tag
0 commit comments