Skip to content

Commit 5bd2f1e

Browse files
committed
Update ci.yml with nuget config
1 parent e3e07b2 commit 5bd2f1e

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
@@ -28,5 +28,5 @@ jobs:
2828
- name: Build, Test, Pack, Publish
2929
shell: bash
3030
run: |
31-
dotnet tool install -g dotnet-releaser
31+
dotnet tool install -g dotnet-releaser --configfile .github/workflows/nuget_org_only.config
3232
dotnet-releaser run --nuget-token "${{secrets.NUGET_TOKEN}}" --github-token "${{secrets.GITHUB_TOKEN}}" src/dotnet-releaser.toml

0 commit comments

Comments
 (0)