From 9a9fe1659d85e175ca6c6132a4b2a02df0e651b7 Mon Sep 17 00:00:00 2001 From: Daniel Maricic Date: Tue, 23 Jun 2026 00:25:23 +0200 Subject: [PATCH] bzzz --- .github/workflows/update-homebrew.yml | 6 ++++++ version.ts | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-homebrew.yml b/.github/workflows/update-homebrew.yml index 1980ccb..1f69bde 100644 --- a/.github/workflows/update-homebrew.yml +++ b/.github/workflows/update-homebrew.yml @@ -2,6 +2,11 @@ name: Update Homebrew tap on: workflow_dispatch: + inputs: + version: + description: "Version to bump to (e.g. 1.3.2)" + required: true + type: string release: types: [published] @@ -18,3 +23,4 @@ jobs: token: ${{ secrets.GH_PAT }} tap: woss/homebrew-tap formula: ocv + version: ${{ inputs.version || github.event.release.tag_name }} diff --git a/version.ts b/version.ts index eaaf21c..50f5160 100644 --- a/version.ts +++ b/version.ts @@ -1 +1 @@ -export const VERSION = '1.3.4'; +export const VERSION = "1.3.4";