From aea67d004edd476855e03468def72ca1152f538d Mon Sep 17 00:00:00 2001 From: onurkanbakirci Date: Wed, 13 Dec 2023 18:46:43 +0300 Subject: [PATCH] fix: incorrect source edited --- .github/workflows/composite/publish-lib/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/composite/publish-lib/action.yml b/.github/workflows/composite/publish-lib/action.yml index ebbd74f..cdd8fdc 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