Skip to content

Commit

Permalink
(build): use env var interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
fb-smit committed Nov 23, 2023
1 parent 1ed2caf commit f3102c4
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 f3102c4

Please sign in to comment.