diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1012e93..55eac5c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,12 +1,9 @@ name: Release Gem on: - workflow_run: - workflows: ["CI"] - types: - - completed - branches: - - main + push: + tags: + - v* permissions: contents: read