We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3c0aeb commit 1f2b1ffCopy full SHA for 1f2b1ff
1 file changed
.github/workflows/main-tag-bump.yml
@@ -20,11 +20,11 @@ jobs:
20
id: gitversion
21
uses: gittools/actions/gitversion/execute@v3.0
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/github-tag-action@1.70.0
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