diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 259b00c..e18639a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,7 +4,7 @@ on: push: # 创建 tag 时 tags: - - v* + - 'v*' permissions: contents: write