diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 6dd74e94..53d2d0ca 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -1,8 +1,9 @@ name: goreleaser on: - tags: - - '*' + push: + tags: + - '*' jobs: goreleaser: