From f399dcf7cba931cac87a53ab1f2b61d7223acdac Mon Sep 17 00:00:00 2001 From: Bubbler-4 Date: Fri, 24 May 2024 11:08:13 +0900 Subject: [PATCH] Try fixing permission issue --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0f27584..fa86f18 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,6 +4,7 @@ on: jobs: release: + permissions: write-all name: release ${{ matrix.target }} runs-on: ubuntu-latest strategy: