We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ed0476 commit 324cbf3Copy full SHA for 324cbf3
.github/workflows/release.yml
@@ -44,9 +44,9 @@ jobs:
44
do
45
dotnet nuget push $f --source $GITHUB_FEED --api-key ${{github.token}} --skip-duplicate --no-symbols true
46
done
47
- # - name: Push to NuGet Feed
48
- # run: |
49
- # for f in ./nupkg/*.nupkg
50
- # do
51
- # dotnet nuget push $f --source $NUGET_FEED --skip-duplicate --api-key $NUGET_KEY
52
- # done
+ - name: Push to NuGet Feed
+ run: |
+ for f in ./nupkg/*.nupkg
+ do
+ dotnet nuget push $f --source $NUGET_FEED --skip-duplicate --api-key $NUGET_KEY
+ done
0 commit comments