diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index fdbc8f7..6f8cc66 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -5,7 +5,7 @@ name: Build Release # Controls when the action will run. on: push: - tags: '*.*.*' + tags: '[0-9]+.[0-9]+.[0-9]+' jobs: