From aa29bdbc077a7102bc120d8215caf7d9b2768b1a Mon Sep 17 00:00:00 2001 From: siddharth ravikumar Date: Fri, 20 Sep 2024 21:23:06 -0400 Subject: .github/workflows: release.yml: change to on workflow_dispatch --- .github/workflows/release.yml | 2 +- version/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 91b078d..67249da 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,5 +1,5 @@ name: Build binaries -on: workflow_call +on: workflow_dispatch jobs: build: runs-on: ubuntu-latest diff --git a/version/version.go b/version/version.go index 5ab05ea..64639a7 100644 --- a/version/version.go +++ b/version/version.go @@ -3,4 +3,4 @@ package version -const Version = "0.8.0-dev.5" +const Version = "0.8.0-dev.6" -- cgit v1.2.3