Skip to content

Commit 44ac859

Browse files
committed
fix(workflows): update build.yml configuration
1 parent a325a4e commit 44ac859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
env:
6060
VERSION: ${{ needs.get-version.outputs.tag }}
6161
run: |
62-
dotnet build --configuration Release --no-restore -p:NuGetVersion=${VERSION:1}
62+
dotnet build --configuration Release --no-restore -p:Version=${VERSION:1}
6363
6464
- name: Add NuGet source
6565
env:

0 commit comments

Comments
 (0)