Skip to content

Commit d1417d8

Browse files
authored
remove bad argument to github push to github pacakge repo (#56)
1 parent df50252 commit d1417d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
until dotnet nuget push 'build/output/*.nupkg' -k ${{secrets.GITHUB_TOKEN}} --skip-duplicate --no-symbols true; do echo "Retrying"; sleep 1; done;
5050
5151
# Github packages requires authentication, this is likely going away in the future so for now we publish to feedz.io
52-
- 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
52+
- 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
5353
name: publish canary packages to feedz.io
5454
if: github.event_name == 'push' && startswith(github.ref, 'refs/heads')
5555

0 commit comments

Comments
 (0)