From 8282679ea436a254bc05068a269d97e3953d2ab8 Mon Sep 17 00:00:00 2001 From: Harel Ben-Attia Date: Sat, 23 Oct 2021 23:07:53 +0300 Subject: [PATCH] move back mac packaging to work with the master --- .github/workflows/build-and-package.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-and-package.yaml b/.github/workflows/build-and-package.yaml index 2c550512..0d5463c9 100644 --- a/.github/workflows/build-and-package.yaml +++ b/.github/workflows/build-and-package.yaml @@ -304,7 +304,8 @@ jobs: mkdir brew - export BRANCH_NAME=${{ github.event.pull_request.head.ref }} + #export BRANCH_NAME=${{ github.event.pull_request.head.ref }} + export BRANCH_NAME=master # TODO temp, since template rendering action doesn't work in mac cat .github/workflows/q.rb.brew-formula-template | sed 's/{{ .Q_VERSION }}/3.1.0-beta/g' | sed "s/{{ .Q_BRANCH_NAME }}/${BRANCH_NAME}/g" > ./brew/q.rb