Skip to content

Commit 7fc22c9

Browse files
committed
Updating pipelines
1 parent 999c0c1 commit 7fc22c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
if: ${{ steps.gitversion.outputs.branchName != 'master' && steps.gitversion.outputs.branchName != 'main' }}
7373
uses: richardsimko/update-tag@v1
7474
with:
75-
tag_name: ${{ steps.gitversion.outputs.majorMinorPatch }}
75+
tag_name: ${{ steps.gitversion.outputs.nuGetVersionV2 }}
7676
env:
7777
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7878
- name: Tag Repo

0 commit comments

Comments
 (0)