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