Skip to content

Commit 593ee36

Browse files
authored
Update dotnet.yml
1 parent 4d65ebf commit 593ee36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
- name: Test
1717
run: dotnet test ./EnLock.sln
1818
- name: Pack
19-
run: dotnet pack -c Release --no-build -o ./packages
19+
run: dotnet pack -c Release --no-build -p:PackageVersion=1.0.${{ github.run_number }} -o ./packages
2020
- name: Push
2121
run: dotnet nuget push ./packages/EnLock.*.nupkg --skip-duplicate --api-key ${{secrets.NUGET_TOKEN}} --source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)