diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c0f0d1c762..413d392810 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,7 +5,7 @@ on: push: # Sequence of patterns matched against refs/tags tags: - - "v[0-9]+.[0-9]+.[0-9]+" # Push events to matching v*, i.e. v1.0, v20.15.10 + - "v[0-9]+.[0-9]+.[0-9]+-*" # Push events to matching vX.Y.Z*, i.e. v1.0.0, v20.15.10, v1.0.0-example permissions: contents: read