diff --git a/.github/workflows/composite/publish-lib/action.yml b/.github/workflows/composite/publish-lib/action.yml index b02f2b7..ebbd74f 100644 --- a/.github/workflows/composite/publish-lib/action.yml +++ b/.github/workflows/composite/publish-lib/action.yml @@ -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}} \ No newline at end of file + run: dotnet nuget push ${{ inputs.nupkg_path }} --source '${{inputs.source}}' --api-key ${{inputs.api_key}} \ No newline at end of file