We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a65f3b3 commit 71817c6Copy full SHA for 71817c6
.github/workflows/release-nuget.yml
@@ -40,4 +40,5 @@ jobs:
40
run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV
41
- name: Packing
42
run: dotnet pack --configuration Release /p:Version=${VERSION} --no-build --output .
43
- - name: dotnet nuget push NuGet.Workflow.${VERSION}.nupkg --source https://nuget.pkg.github.com/acraven/index.json --api-key ${{github.token}}
+ - name: Publishing
44
+ run: dotnet nuget push NuGet.Workflow.${VERSION}.nupkg --source https://nuget.pkg.github.com/acraven/index.json --api-key ${{github.token}}
0 commit comments