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
|
dotnet pack ./code/portaloggy/portaloggy.csproj -c Release -o out
|
||||||
|
|
||||||
- name: Push to Gitea NuGet Registry
|
- name: Push to Gitea NuGet Registry
|
||||||
|
env:
|
||||||
|
CI_TOKEN: ${{ secrets.CI_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
dotnet nuget push out/*.nupkg \
|
dotnet nuget push out/*.nupkg \
|
||||||
--api-key "${{ secrets.NUGET_PUBLISH_TOKEN }}" \
|
--api-key "$CI_TOKEN" \
|
||||||
--source "https://gitea.masita.net/api/packages/${{ secrets.NUGET_PUBLISH_USERNAME }}/nuget/index.json"
|
--source "https://gitea.masita.net/api/packages/ci/nuget/index.json"
|
||||||
Reference in New Issue
Block a user