From 5035b0a1094141195a4d6c582cbf3c8eb314d62d Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 6 Sep 2021 21:48:24 -0700 Subject: [PATCH] build binaries on release --- .github/workflows/binaries_release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/binaries_release.yml b/.github/workflows/binaries_release.yml index 4ce94b765..353331b05 100644 --- a/.github/workflows/binaries_release.yml +++ b/.github/workflows/binaries_release.yml @@ -3,8 +3,9 @@ name: "go: build versioned binaries" on: - release: - types: [created] + push: + tags: + - '*' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: