Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
update arguments for `dotnet nuget push`
  • Loading branch information
smithgeek authored Dec 12, 2024
1 parent 5ad54e1 commit 23ea6b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- name: Pack
run: dotnet pack --configuration Release /p:Version=${VERSION} --no-build --output . src/Voyager/Voyager.csproj
- name: Push
run: dotnet nuget push **/*.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGET_API_KEY}}
run: dotnet nuget push "**/*.nupkg" -s https://api.nuget.org/v3/index.json --api-key ${{secrets.NUGET_API_KEY}}

0 comments on commit 23ea6b7

Please sign in to comment.