summaryrefslogtreecommitdiffstats
path: root/.github/workflows/q.rb.brew-formula-template
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/q.rb.brew-formula-template')
-rw-r--r--.github/workflows/q.rb.brew-formula-template4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/q.rb.brew-formula-template b/.github/workflows/q.rb.brew-formula-template
index c60fb43..15b77d0 100644
--- a/.github/workflows/q.rb.brew-formula-template
+++ b/.github/workflows/q.rb.brew-formula-template
@@ -4,8 +4,8 @@
class Q < Formula
desc "Run SQL directly on CSV or TSV files"
homepage "https://harelba.github.io/q/"
- # Building directly from master for now, eventually it will be tag-based so the version tag will be downloaded
- url "https://github.com/harelba/q/archive/master.tar.gz"
+ # Using branch name for pre-releases, for tagged releases this would be the version tag, and not "version" part will be needed
+ url "https://github.com/harelba/q/archive/{{ .Q_BRANCH_NAME }}.tar.gz"
version "{{ .Q_VERSION }}"
# Removed for now, until everything is finalized