This commit is contained in:
parent
76ed58abdc
commit
7949470e0e
@ -32,7 +32,7 @@ jobs:
|
|||||||
for package in */*.nupkg
|
for package in */*.nupkg
|
||||||
do
|
do
|
||||||
echo "Pushing $package"
|
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
|
done
|
||||||
env:
|
env:
|
||||||
DOTNET_CLI_TELEMETRY_OPTOUT: "true"
|
DOTNET_CLI_TELEMETRY_OPTOUT: "true"
|
||||||
|
Loading…
Reference in New Issue
Block a user