From e7a21fd441fa7723dd9489507afc6477eb12d118 Mon Sep 17 00:00:00 2001 From: Alvaro Tinoco Date: Wed, 16 Jun 2021 23:23:39 +0200 Subject: [PATCH] ci(release): add manual trigger --- .github/workflows/goreleaser.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index ec3bafe..b65386a 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -1,9 +1,8 @@ name: goreleaser on: - push: - tags: - - "*" + workflow_dispatch: + release: jobs: goreleaser: