Skip to content

Commit 4b64cab

Browse files
Use package version
1 parent 9f4a9a6 commit 4b64cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: dotnet test --configuration Release
3535

3636
- name: Pack with dotnet
37-
run: dotnet pack --output artifacts --configuration Release -p:Version=$GITHUB_RUN_ID
37+
run: dotnet pack --output artifacts --configuration Release -p:PackageVersion=$GITHUB_RUN_ID
3838

3939
- name: Push with dotnet
4040
run: dotnet nuget push artifacts/*.nupkg --api-key ${{ secrets.MYGET_API_KEY }} --skip-duplicate --source https://www.myget.org/F/esprimadotnet/api/v2/package

0 commit comments

Comments
 (0)