From 33ab51d965ecb4ba603e82ae2966d35e6a551c16 Mon Sep 17 00:00:00 2001 From: Alan Norton Date: Sun, 13 Feb 2022 12:05:39 -0500 Subject: [PATCH] run release on this branch --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 09b9baa..d0a8e24 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,6 +4,8 @@ on: push: tags: - "v*" + branches: + - "notarize-binaries" jobs: release: @@ -18,7 +20,7 @@ jobs: - run: echo $(go env GOPATH)/bin >> $GITHUB_PATH - name: brew install gon for macOS binary notarization - - run: | + run: | brew tap mitchellh/gon brew install mitchellh/gon/gon