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 6f7d9c8 commit 45d387d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/managed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,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 45d387d

Please sign in to comment.