From 8e011534b9be024a7c72588b0473ffaeaeac060a Mon Sep 17 00:00:00 2001 From: Alexandre Mutel Date: Tue, 13 Feb 2024 09:30:36 +0100 Subject: [PATCH] Update ci.yml with nuget config --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c424876..91ff1a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,5 +32,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 --nuget-token "${{secrets.NUGET_TOKEN}}" --github-token "${{secrets.GITHUB_TOKEN}}" src/dotnet-releaser.toml \ No newline at end of file