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 0dcb5e8 commit 83afe17Copy full SHA for 83afe17
.github/workflows/test-jobs.yml
@@ -75,7 +75,7 @@ jobs:
75
76
# Github packages requires authentication, this is likely going away in the future so for now we publish to feedz.io
77
# Only runs on builds on heads
78
- - run: dotnet nuget push 'build/output/*.nupkg' -k ${{secrets.FEEDZ_IO_API_KEY}} -s https://f.feedz.io/elastic/all/nuget/index.json --skip-duplicate --no-symbols true
+ - run: dotnet nuget push 'build/output/*.nupkg' -k ${{secrets.FEEDZ_IO_API_KEY}} -s https://f.feedz.io/elastic/all/nuget/index.json --skip-duplicate --no-symbols
79
name: publish canary packages to feedz.io
80
if: github.event_name == 'push' && startswith(github.ref, 'refs/heads')
81
0 commit comments