diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 79aa3cd..2fdd375 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -2,8 +2,8 @@ name: goreleaser on: push: - branches: - - main + tags: + - '*' permissions: contents: write