Skip to content

Commit

Permalink
fix: incorrect source edited
Browse files Browse the repository at this point in the history
  • Loading branch information
onurkanbakirci committed Dec 13, 2023
1 parent 8cdd88f commit 610eded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/composite/publish-lib/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ runs:

- name: Publish nuget packages
shell: "bash"
run: dotnet nuget push ${{ inputs.nupkg_path }} --source ${{inputs.source}} --api-key ${{inputs.api_key}}
run: dotnet nuget push ${{ inputs.nupkg_path }} --source '${{inputs.source}}' --api-key ${{inputs.api_key}}

0 comments on commit 610eded

Please sign in to comment.