update actions yaml
Some checks failed
dotnet-publish-nuget / Pack-And-Publish (push) Failing after 1m14s
Some checks failed
dotnet-publish-nuget / Pack-And-Publish (push) Failing after 1m14s
This commit is contained in:
parent
685d28c736
commit
c51188d47f
@ -28,4 +28,4 @@ jobs:
|
|||||||
- name: Pack
|
- name: Pack
|
||||||
run: dotnet pack -c Release --no-restore
|
run: dotnet pack -c Release --no-restore
|
||||||
- name: Publish
|
- name: Publish
|
||||||
run: dotnet nuget push bin/Release/*.nupkg
|
run: dotnet nuget push bin/Release/*.nupkg --api-key ${{ secrets.NUGET_APIKEY }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user