diff --git a/.github/workflows/rust-release.yml b/.github/workflows/rust-release.yml index 00e2dcb15b..d4f8cd0b75 100644 --- a/.github/workflows/rust-release.yml +++ b/.github/workflows/rust-release.yml @@ -9,14 +9,14 @@ name: rust-release on: push: tags: - - "rust-v.*.*.*" + - "rust-v*.*.*" concurrency: group: ${{ github.workflow }} cancel-in-progress: true env: - TAG_REGEX: '^rust-v\.[0-9]+\.[0-9]+\.[0-9]+$' + TAG_REGEX: '^rust-v[0-9]+\.[0-9]+\.[0-9]+$' jobs: tag-check: