Skip to content

Commit

Permalink
Merge pull request #13 from sia-digital/fix/tag-creation
Browse files Browse the repository at this point in the history
(build): use correct env
  • Loading branch information
lukas-kd authored Nov 23, 2023
2 parents 3ae4967 + 86c9247 commit ab87edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,5 @@ jobs:
uses: ncipollo/release-action@v1
with:
commit: main
tag: "v${{ NBGV_SimpleVersion }}"
tag: v${{ NBGV_NuGetPackageVersion }}
generateReleaseNotes: true

0 comments on commit ab87edd

Please sign in to comment.