Skip to content

Commit 5c625fb

Browse files
committed
Update ci.yml with nuget config
1 parent f1906e9 commit 5c625fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
- name: Build, Test, Pack, Publish
2828
shell: bash
2929
run: |
30-
dotnet tool install -g dotnet-releaser
30+
dotnet tool install -g dotnet-releaser --configfile .github/workflows/nuget_org_only.config
3131
dotnet-releaser run --nuget-token "${{secrets.NUGET_TOKEN}}" --github-token "${{secrets.GITHUB_TOKEN}}" src/dotnet-releaser.toml

0 commit comments

Comments
 (0)