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 e3e07b2 commit 5bd2f1eCopy full SHA for 5bd2f1e
.github/workflows/ci.yml
@@ -28,5 +28,5 @@ jobs:
28
- name: Build, Test, Pack, Publish
29
shell: bash
30
run: |
31
- dotnet tool install -g dotnet-releaser
+ dotnet tool install -g dotnet-releaser --configfile .github/workflows/nuget_org_only.config
32
dotnet-releaser run --nuget-token "${{secrets.NUGET_TOKEN}}" --github-token "${{secrets.GITHUB_TOKEN}}" src/dotnet-releaser.toml
0 commit comments