We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 633ec00 commit 77b5a61Copy full SHA for 77b5a61
.github/workflows/build-test.yml
@@ -22,7 +22,7 @@ jobs:
22
run: dotnet build --configuration Release
23
- name: Create the package
24
run: dotnet pack --configuration Release
25
- - name: Publish the package to GPR
+ - name: Publish the package to NuGet
26
run: dotnet nuget push */bin/Release/*.nupkg -k ${{ secrets.NUGET_KEY}} -s https://api.nuget.org/v3/index.json --skip-duplicate
27
- name: Publish the package to GPR
28
run: dotnet nuget push */bin/Release/*.nupkg -k ${{ secrets.GPR_KEY }} -s https://nuget.pkg.github.com/alex8obrien/index.json --skip-duplicate
0 commit comments