Skip to content

Commit

Permalink
Improve ci to allow updating brew formula
Browse files Browse the repository at this point in the history
  • Loading branch information
xoofx committed Mar 6, 2022
1 parent d7e8f55 commit a9c920f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
shell: bash
run: |
dotnet tool install -g dotnet-releaser
dotnet-releaser run --nuget-token "${{secrets.NUGET_TOKEN}}" --github-token "${{secrets.GITHUB_TOKEN}}" --github-token-extra "${{secrets.TOKEN_GITHUB}}" src/dotnet-releaser.toml
dotnet-releaser run --nuget-token "${{secrets.NUGET_TOKEN}}" --github-token "${{secrets.GITHUB_TOKEN}}" --github-token-extra "${{secrets.TOKEN_GITHUB_EXTRA}}" src/dotnet-releaser.toml

0 comments on commit a9c920f

Please sign in to comment.