This commit is contained in:
parent
76ed58abdc
commit
7949470e0e
@ -32,7 +32,7 @@ jobs:
|
||||
for package in */*.nupkg
|
||||
do
|
||||
echo "Pushing $package"
|
||||
dotnet nuget push --source "https://git.claremontmakerspace.org/api/packages/${{ github.repository_owner }}/nuget/index.json" --api-key "${{ secrets.GITHUB_TOKEN }}" "$package" --skip-duplicate
|
||||
dotnet nuget push --source "https://git.claremontmakerspace.org/api/packages/${{ github.repository_owner }}/nuget/index.json" --api-key "${{ secrets.REGISTRY_TOKEN }}" "$package" --skip-duplicate
|
||||
done
|
||||
env:
|
||||
DOTNET_CLI_TELEMETRY_OPTOUT: "true"
|
||||
|
Loading…
Reference in New Issue
Block a user