summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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