diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2f47715..7d9d9ed 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,6 +1,9 @@ name: release -on: {create: {tags: [v*]}} +on: + push: + tags: + - v* jobs: fetch: