From 46cbc97c0ef0c662094c2a19af6c0d86d8318835 Mon Sep 17 00:00:00 2001 From: Alexandre Mutel Date: Tue, 13 Feb 2024 09:29:24 +0100 Subject: [PATCH] Update ci.yml with nuget config --- .github/workflows/code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml index 3a0985a..010492a 100644 --- a/.github/workflows/code.yml +++ b/.github/workflows/code.yml @@ -29,5 +29,5 @@ jobs: - name: Build, Test, Pack, Publish shell: bash run: | - dotnet tool install -g dotnet-releaser + dotnet tool install -g dotnet-releaser --configfile .github/workflows/nuget_org_only.config dotnet-releaser run --skip-app-packages-for-build-only --nuget-token "${{secrets.NUGET_TOKEN}}" --github-token "${{secrets.GITHUB_TOKEN}}" --github-token-extra "${{secrets.TOKEN_GITHUB_EXTRA}}" src/dotnet-releaser.toml \ No newline at end of file