From bf44912bd07633dd6bfa67c1da69cd66c31e0010 Mon Sep 17 00:00:00 2001 From: Adriel Perkins Date: Mon, 20 Jun 2022 18:28:26 -0400 Subject: [PATCH] fix(ci): set goreleaser to run on release publish instead of tag push --- .github/workflows/gorelease.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gorelease.yaml b/.github/workflows/gorelease.yaml index 693b916d..062e73dc 100644 --- a/.github/workflows/gorelease.yaml +++ b/.github/workflows/gorelease.yaml @@ -1,10 +1,8 @@ name: Go Releaser on: - push: - # run only against tags - tags: - - '*' + release: + types: [published] permissions: contents: write