Update .gitea/workflows/publish-nuget.yml
Pack and Push NuGet Package / publish (push) Successful in 1m4s
Pack and Push NuGet Package / publish (push) Successful in 1m4s
This commit is contained in:
@@ -32,7 +32,9 @@ jobs:
|
||||
dotnet pack ./code/portaloggy/portaloggy.csproj -c Release -o out
|
||||
|
||||
- name: Push to Gitea NuGet Registry
|
||||
env:
|
||||
CI_TOKEN: ${{ secrets.CI_TOKEN }}
|
||||
run: |
|
||||
dotnet nuget push out/*.nupkg \
|
||||
--api-key "${{ secrets.NUGET_PUBLISH_TOKEN }}" \
|
||||
--source "https://gitea.masita.net/api/packages/${{ secrets.NUGET_PUBLISH_USERNAME }}/nuget/index.json"
|
||||
--api-key "$CI_TOKEN" \
|
||||
--source "https://gitea.masita.net/api/packages/ci/nuget/index.json"
|
||||
Reference in New Issue
Block a user