diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 022553b..a7e6372 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,7 @@ name: Build Release on: push: tags: - - 'v3**' + - 'v**' permissions: write-all