diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c4b948220..1b13f339d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,7 +4,11 @@ on: # goreleaser is put into snapshot mode when not on a tag pull_request: merge_group: - # Run when a tag is created, i.e. after the tag-release workflow. + # Run when a tag is pushed. + push: + tags: + - v* + # Run when a ref is created, i.e. after the tag-release workflow. # https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#create create: