Skip to content

Commit

Permalink
Merge pull request #12 from sia-digital/fix/tag-creation
Browse files Browse the repository at this point in the history
(build): use env var interpolation
  • Loading branch information
lukas-kd authored Nov 23, 2023
2 parents 1ed2caf + f3102c4 commit 3ae4967
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_SimpleVersion }}"
generateReleaseNotes: true

0 comments on commit 3ae4967

Please sign in to comment.