diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3cdfb9ae..a0778822 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ permissions: on: push: tags: - - '**[0-9]+.[0-9]+.[0-9]+*' + - 'savvy-cli-v*[0-9]+.[0-9]+.[0-9]+*' jobs: # Run 'cargo dist plan' to determine what tasks we need to do