From a9785b3f233351d283e58003b28df6fd27c4ce88 Mon Sep 17 00:00:00 2001 From: TinkMingKing <32903588+TinkMingKing@users.noreply.github.com> Date: Wed, 24 May 2023 02:52:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20release.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a6b0329..fb5fc1a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,6 +8,8 @@ on: jobs: build: runs-on: ubuntu-latest + permissions: + contents: write steps: # Checkout - name: Checkout