Skip to content

Commit 1f2b1ff

Browse files
authored
build: Update main-tag-bump.yml [skip ci]
1 parent b3c0aeb commit 1f2b1ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
id: gitversion
2121
uses: gittools/actions/gitversion/[email protected]
2222
- run: |
23-
echo "NuGetVersionV2: ${{ steps.gitversion.outputs.FullSemVer }}"
23+
echo "NuGetVersionV2: ${{ steps.gitversion.outputs.SemVer }}"
2424
- name: Bump version and push tag
2525
uses: anothrNick/[email protected]
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2828
# We want to push to nuget the same version we tag
29-
CUSTOM_TAG: ${{ steps.gitversion.outputs.FullSemVer }}
30-
RELEASE_BRANCHES: main
29+
CUSTOM_TAG: ${{ steps.gitversion.outputs.SemVer }}
30+
RELEASE_BRANCHES: main

0 commit comments

Comments
 (0)