summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarel Ben-Attia <harelba@gmail.com>2021-10-19 20:09:54 +0300
committerHarel Ben-Attia <harelba@gmail.com>2021-10-19 20:09:54 +0300
commite246a7ae82513cb3964fe316b99a1d8d1ea0c0e9 (patch)
treec364c429d8905834b819ccf1e65b24f83a82071a
parent2c4379b467532f9d2cf524b34fe44d8821d406ca (diff)
wip
-rw-r--r--.github/workflows/package-and-release.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/package-and-release.yaml b/.github/workflows/package-and-release.yaml
index 1b89236..0a37988 100644
--- a/.github/workflows/package-and-release.yaml
+++ b/.github/workflows/package-and-release.yaml
@@ -300,7 +300,8 @@ jobs:
git checkout -b new-q-version
- echo '${{ steps.render_template.outputs.result }}' > Formula/q.rb
+ # TODO temp, since template rendering action doesn't work in mac
+ cat ./github/workflows/q.rb.brew-formula-template | sed 's/{{ .Q_VERSION }}/2.1.0/g' > Formula/q.rb
brew install --build-from-source Formula/q.rb