Skip to content

Commit

Permalink
ci(nuget): remove extra quote
Browse files Browse the repository at this point in the history
  • Loading branch information
desmondinho authored May 11, 2024
1 parent 556db14 commit d38abb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
working-directory: ./src

- name: Push to NuGet
run: dotnet nuget push nupkgs/*.nupkg" -k ${{secrets.NUGET_TOKEN}} -s https://api.nuget.org/v3/index.json
run: dotnet nuget push nupkgs/*.nupkg -k ${{secrets.NUGET_TOKEN}} -s https://api.nuget.org/v3/index.json
working-directory: ./src

0 comments on commit d38abb6

Please sign in to comment.