Skip to content

Commit

Permalink
move back mac packaging to work with the master
Browse files Browse the repository at this point in the history
  • Loading branch information
harelba committed Oct 23, 2021
1 parent 2c5c6e5 commit 8282679
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8282679

Please sign in to comment.