From 0edbd52fd0df4746c96da41418ddc4007c9fad64 Mon Sep 17 00:00:00 2001 From: chenrui Date: Sun, 31 May 2020 21:29:50 -0400 Subject: [PATCH] workflows: add release flow for ghz-web --- .github/workflows/release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6fd58c79..0be81d29 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 }} \ No newline at end of file + HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.GH_PAGES_ACTION_TOKEN }}