diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fa17cd8..dd34bc8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,11 +1,10 @@ name: Release - on: push: - tags: - # Accepts tags like: v0.2, v0.2.1, v0.2.1-alpha.1, v12.5.3-beta, etc. - - '*' - + # Pattern matched against refs/tags + tags: + - '**' + jobs: create-release: runs-on: ubuntu-latest