From 2b0cc8406fc80151069eb4592c2e979c6020daba Mon Sep 17 00:00:00 2001 From: shBLOCK <3332908658@qq.com> Date: Thu, 7 Sep 2023 07:59:48 +0800 Subject: [PATCH] Debug release workflows --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4165bad..b1d39f2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,10 @@ name: Release on: push: branches: [master] - tags: [v.*] + tags: ["v.*"] + +env: + GH_TOKEN: ${{ github.token }} jobs: prepare: