We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0080f93 commit 75c71e8Copy full SHA for 75c71e8
1 file changed
‎.github/workflows/release.yaml‎
@@ -17,8 +17,8 @@ jobs:
17
18
- name: .NET build
19
run: |
20
- echo Version is ${{env.VERSION:1}}
21
- dotnet msbuild -t:restore,build,pack -p:Configuration=Release -p:Version=${{env.VERSION:1}} FINT.Information.Model.sln
+ echo Version is ${VERSION:1}
+ dotnet msbuild -t:restore,build,pack -p:Configuration=Release -p:Version=${VERSION:1} FINT.Information.Model.sln
22
env:
23
VERSION: ${{github.event.release.tag_name}}
24
0 commit comments