Skip to content

Commit 65b5aa2

Browse files
committed
fix: workflows...
1 parent f4c49e1 commit 65b5aa2

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,14 @@ jobs:
5858
Compress-Archive -Path "$outputDir\*" -DestinationPath "$zipPath"
5959
echo "Created zip at $zipPath"
6060
61-
- name: Create GitHub Release
61+
- name: Create Release
62+
id: create_release
6263
uses: actions/create-release@v1
6364
env:
6465
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6566
with:
66-
tag_name: v${{ steps.gitversion.outputs.majorMinorPatch }}
67-
release_name: Release v${{ steps.gitversion.outputs.majorMinorPatch }}
67+
tag_name: v${{ steps.gitversion.outputs.nuGetVersionV2 }}
68+
release_name: Release v${{ steps.gitversion.outputs.nuGetVersionV2 }}
6869
draft: false
6970
prerelease: false
7071

0 commit comments

Comments
 (0)