From bee624143139bd174d7a24de9b9da3c8036f43f5 Mon Sep 17 00:00:00 2001 From: Phillip Ahereza Date: Thu, 28 Nov 2024 13:01:13 +0100 Subject: [PATCH] fix github action --- .github/workflows/goreleaser.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index ce20817..2486141 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -1,5 +1,8 @@ name: goreleaser -on: [tag] +on: + push: + tags: + - '*' permissions: contents: write