Skip to content

Commit 1b89241

Browse files
committed
Changed job name. Reduced number of ".
1 parent 30eb2ef commit 1b89241

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
types: [published]
55

66
jobs:
7-
build:
7+
publish:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Git checkout
@@ -17,8 +17,8 @@ jobs:
1717

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

0 commit comments

Comments
 (0)