diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7670cba..367fa1b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,9 +1,8 @@ name: Go on: - push: - tags: - - '**' + release: + types: [created] jobs: releases-matrix: