From 6e10dd194b7e937098cd1cd6bda5652251be3ffd Mon Sep 17 00:00:00 2001 From: digua Date: Sun, 26 Apr 2026 23:59:52 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20Github=20Actions=20=E6=9D=83=E9=99=90?= =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7501d334..ccb11cce 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,6 +13,9 @@ on: tags: - 'v*' +permissions: + contents: write + env: FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true