From 5865eec275fda4d7bf37b09d9bb1e7672a313dda Mon Sep 17 00:00:00 2001 From: amtoaer Date: Fri, 12 Apr 2024 09:16:58 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E7=BB=A7=E7=BB=AD=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8ae9643..03457f6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -76,6 +76,8 @@ jobs: name: Create GitHub Release needs: build runs-on: ubuntu-20.04 + permissions: + contents: write steps: - name: Checkout repo uses: actions/checkout@v4