Skip to content

Commit

Permalink
Fix ci with dotnet-releaser when secrets are not available
Browse files Browse the repository at this point in the history
  • Loading branch information
xoofx committed Feb 28, 2022
1 parent 0c45e19 commit ba990c7
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 @@ -27,4 +27,4 @@ jobs:
- name: Build, Test, Pack, Publish
run: |
dotnet tool install -g dotnet-releaser
dotnet-releaser run --nuget-token ${{secrets.NUGET_TOKEN}} --github-token ${{secrets.GITHUB_TOKEN}} src/dotnet-releaser.toml
dotnet-releaser run --nuget-token "${{secrets.NUGET_TOKEN}}" --github-token "${{secrets.GITHUB_TOKEN}}" src/dotnet-releaser.toml

0 comments on commit ba990c7

Please sign in to comment.