diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 3e06586..dc15492 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -2,7 +2,7 @@ name: cd on: push: tags: - - 'v[0-9]+.[0-9]+.[0-9]+.*' + - 'v[0-9]+.[0-9]+.[0-9]+*' permissions: contents: read