Skip to content

Commit

Permalink
Update ci.yml with nuget config
Browse files Browse the repository at this point in the history
  • Loading branch information
xoofx committed Feb 13, 2024
1 parent 7b5b5f5 commit 5dd3e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,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 --nuget-token "${{secrets.NUGET_TOKEN}}" --github-token "${{secrets.GITHUB_TOKEN}}" src/dotnet-releaser.toml

0 comments on commit 5dd3e2a

Please sign in to comment.