From dcd1b11bc0a471b2c62c39086e989bd765ac264c Mon Sep 17 00:00:00 2001 From: Syun'ichi Shiraiwa Date: Fri, 1 Oct 2021 03:13:37 -0400 Subject: [PATCH] fixed typo --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 07afd1c..c2cbb29 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,7 +59,7 @@ jobs: token: ${{ secrets.BREWRELEASETOKEN }} commit-message: ${{ env.MESSAGE }} path: 'homebrew-TwoPi' - branch: 'bump-test' + branch: 'bump-test-push' branch-suffix: 'timestamp' base: 'master'