diff --git a/.github/workflows/dotnet-main.yml b/.github/workflows/dotnet-main.yml index 6e20360..0392378 100644 --- a/.github/workflows/dotnet-main.yml +++ b/.github/workflows/dotnet-main.yml @@ -90,5 +90,5 @@ jobs: uses: ncipollo/release-action@v1 with: commit: main - tag: "v${{ NBGV_SimpleVersion }}" + tag: v${{ NBGV_NuGetPackageVersion }} generateReleaseNotes: true