Skip to content

Commit 71817c6

Browse files
authored
Update release-nuget.yml
1 parent a65f3b3 commit 71817c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-nuget.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,5 @@ jobs:
4040
run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV
4141
- name: Packing
4242
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}}
43+
- 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

Comments
 (0)