We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1906e9 commit 5c625fbCopy full SHA for 5c625fb
.github/workflows/CI.yml
@@ -27,5 +27,5 @@ jobs:
27
- name: Build, Test, Pack, Publish
28
shell: bash
29
run: |
30
- dotnet tool install -g dotnet-releaser
+ dotnet tool install -g dotnet-releaser --configfile .github/workflows/nuget_org_only.config
31
dotnet-releaser run --nuget-token "${{secrets.NUGET_TOKEN}}" --github-token "${{secrets.GITHUB_TOKEN}}" src/dotnet-releaser.toml
0 commit comments