We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a216bc commit e422798Copy full SHA for e422798
.github/workflows/release-nuget.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Test
25
run: dotnet test --no-build --verbosity normal --configuration Release /p:Version=${VERSION}
26
- name: Packing
27
- run: dotnet pack --configuration Release --no-build --output /p:Version=${VERSION} --output .
+ run: dotnet pack --configuration Release --no-build /p:Version=${VERSION} --output .
28
- name: Publishing
29
run: dotnet nuget push ZAP.Commons.${VERSION}.nupkg --source https://nuget.pkg.github.com/zapzombies/index.json --api-key ${{github.token}}
30
0 commit comments