From f417323fe082917031dbd2d195e51ca1cd20c131 Mon Sep 17 00:00:00 2001 From: Y_RyuZU Date: Mon, 23 Oct 2023 15:50:55 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20release=E6=9B=B8=E3=81=8D=E8=BE=BC?= =?UTF-8?q?=E3=81=BF=E6=A8=A9=E9=99=90=E3=81=AE=E4=BB=98=E4=B8=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cfc5839..d7aa337 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -89,9 +89,8 @@ jobs: - build-windows runs-on: ubuntu-latest permissions: - contents: read + contents: write packages: write - releases: write steps: - name: Checkout code uses: actions/checkout@v2