From 63f236591a38a5492820b2e162f10885849a1f3f Mon Sep 17 00:00:00 2001 From: onurkanbakirci Date: Tue, 12 Dec 2023 12:12:10 +0300 Subject: [PATCH] fix: workflow setup-dotnet operation enhanced --- .github/workflows/integration-core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-core.yml b/.github/workflows/integration-core.yml index 3871c02..e5770de 100644 --- a/.github/workflows/integration-core.yml +++ b/.github/workflows/integration-core.yml @@ -19,7 +19,7 @@ env: project_path: ./src/Integration.Core/ nupkg_path: ./src/Integration.Core/bin/Release/net8.0/Integration.Core.12.12.23.1.0.0.nupkg - nupkg_source: github + nupkg_source: "github" nupkg_secret: ${{ secrets.GITHUB_TOKEN }} jobs: