diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index 3b328f9..6ae9444 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -64,7 +64,7 @@ jobs: - name: Release uses: softprops/action-gh-release@v2 with: - tag_name: ${{ steps.gitversion.outputs.semVer }} + tag_name: v${{ steps.gitversion.outputs.semVer }} name: v${{ steps.gitversion.outputs.semVer }} files: | ./nupkg/*.nupkg \ No newline at end of file