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 b3c0aeb commit 1f2b1ffCopy full SHA for 1f2b1ff
.github/workflows/main-tag-bump.yml
@@ -20,11 +20,11 @@ jobs:
20
id: gitversion
21
uses: gittools/actions/gitversion/[email protected]
22
- run: |
23
- echo "NuGetVersionV2: ${{ steps.gitversion.outputs.FullSemVer }}"
+ echo "NuGetVersionV2: ${{ steps.gitversion.outputs.SemVer }}"
24
- name: Bump version and push tag
25
uses: anothrNick/[email protected]
26
env:
27
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28
# We want to push to nuget the same version we tag
29
- CUSTOM_TAG: ${{ steps.gitversion.outputs.FullSemVer }}
30
- RELEASE_BRANCHES: main
+ CUSTOM_TAG: ${{ steps.gitversion.outputs.SemVer }}
+ RELEASE_BRANCHES: main
0 commit comments