Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

Commit

Permalink
fix: Update brew release command
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewinci committed Feb 13, 2022
1 parent 1c945e8 commit 5d890dd
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 @@ -152,7 +152,7 @@ jobs:
git config --global user.name ${{ github.actor }}
git config --global user.email [email protected]
brew tap andrewinci/tap
brew bump-cask-pr --write --commit --no-audit --no-browse --no-fork --version $RELEASE_VERSION --force insulator
brew bump-cask-pr --write-only --commit --no-audit --no-browse --no-fork --version $RELEASE_VERSION --force insulator
cd /home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/andrewinci/homebrew-tap
git push https://${{ secrets.GITHUBTOKEN }}@github.com/andrewinci/homebrew-tap.git
env:
Expand Down

0 comments on commit 5d890dd

Please sign in to comment.