summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarel Ben-Attia <harelba@gmail.com>2021-10-23 23:07:53 +0300
committerHarel Ben-Attia <harelba@gmail.com>2021-10-23 23:07:53 +0300
commit8282679ea436a254bc05068a269d97e3953d2ab8 (patch)
tree14abda7feb7b9cc9fe7412542eef0fa03fc7d0d7
parent2c5c6e5034086acb87865f46a4dbfeaf3f1aee86 (diff)
move back mac packaging to work with the master
-rw-r--r--.github/workflows/build-and-package.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build-and-package.yaml b/.github/workflows/build-and-package.yaml
index 2c55051..0d5463c 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