Skip to content

Commit

Permalink
Fix syntax error in release yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Feb 12, 2020
1 parent 05b0662 commit 7879ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
with:
formula-name: corral
env:
COMMITTER_TOKEN: ${{ secrets.HOMEBREW_RELEASE_TOKEN }
COMMITTER_TOKEN: ${{ secrets.HOMEBREW_RELEASE_TOKEN }}

trigger-release-announcement:
name: Trigger release announcement
Expand Down

0 comments on commit 7879ae9

Please sign in to comment.