From 93a56403685670cb347fc20b09658594a538d691 Mon Sep 17 00:00:00 2001 From: onurkanbakirci Date: Wed, 13 Dec 2023 18:56:13 +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 2c4a23f..9c8a4a6 100644 --- a/.github/workflows/composite/publish-lib/action.yml +++ b/.github/workflows/composite/publish-lib/action.yml @@ -31,7 +31,7 @@ runs: - name: Add github as a source shell: "bash" - run: dotnet nuget add source --username onurkanbakirci --password ${{inputs.api_key}} --name github https://nuget.pkg.github.com/onurkanbakirci/index.json + run: dotnet nuget add source --username onurkanbakirci --password ${{inputs.api_key}} --store-password-in-clear-text --name github https://nuget.pkg.github.com/onurkanbakirci/index.json - name: Publish nuget packages shell: "bash"