Skip to content

Commit 83afe17

Browse files
Fix nuget cmd after SDK update (#6355) (#6356)
Co-authored-by: Steve Gordon <sgordon@hotmail.co.uk>
1 parent 0dcb5e8 commit 83afe17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-jobs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575

7676
# Github packages requires authentication, this is likely going away in the future so for now we publish to feedz.io
7777
# 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
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
7979
name: publish canary packages to feedz.io
8080
if: github.event_name == 'push' && startswith(github.ref, 'refs/heads')
8181

0 commit comments

Comments
 (0)