Skip to content

Commit

Permalink
workflows: add release flow for ghz-web
Browse files Browse the repository at this point in the history
  • Loading branch information
chenrui333 authored Jun 1, 2020
1 parent c62c49f commit 0edbd52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,5 +155,6 @@ jobs:
sudo git reset --hard origin/master
cd -
brew bump-formula-pr --url=https://github.com/bojand/ghz/archive/${{ env.RELEASE_VERSION }}.tar.gz --message="Automated release pull request using continuous integration." --no-browse -v ghz --force
brew bump-formula-pr --url=https://github.com/bojand/ghz/archive/${{ env.RELEASE_VERSION }}.tar.gz --message="Automated release pull request using continuous integration." --no-browse -v ghz-web --force
env:
HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.GH_PAGES_ACTION_TOKEN }}
HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.GH_PAGES_ACTION_TOKEN }}

0 comments on commit 0edbd52

Please sign in to comment.