Skip to content

Commit 75c71e8

Browse files
committed
Au revoir, mister Jenkins 😭
1 parent 0080f93 commit 75c71e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎.github/workflows/release.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717

1818
- name: .NET build
1919
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
20+
echo Version is ${VERSION:1}
21+
dotnet msbuild -t:restore,build,pack -p:Configuration=Release -p:Version=${VERSION:1} FINT.Information.Model.sln
2222
env:
2323
VERSION: ${{github.event.release.tag_name}}
2424

0 commit comments

Comments
 (0)