Fixed action to publish nuget.
All checks were successful
Pack and Push NuGet Package / publish (push) Successful in 47s
All checks were successful
Pack and Push NuGet Package / publish (push) Successful in 47s
This commit is contained in:
@ -17,7 +17,7 @@ jobs:
|
||||
apt-get install -y curl gnupg
|
||||
curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
|
||||
apt-get install -y nodejs git
|
||||
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
@ -35,4 +35,4 @@ jobs:
|
||||
run: |
|
||||
dotnet nuget push out/*.nupkg \
|
||||
--api-key "${{ secrets.NUGET_PUBLISH_TOKEN }}" \
|
||||
--source "https://gitea.masita.net/mc/portaloggy/packages/${{ secrets.NUGET_PUBLISH_USERNAME }}/nuget/index.json"
|
||||
--source "https://gitea.masita.net/api/packages/${{ secrets.NUGET_PUBLISH_USERNAME }}/nuget/index.json"
|
||||
Reference in New Issue
Block a user