From 0fedd4f7080413e9438c1118ef670ebcdc070a82 Mon Sep 17 00:00:00 2001 From: Fu Diwei Date: Wed, 25 Mar 2026 14:14:11 +0800 Subject: [PATCH] build: configure github actions --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 70a2cf1f..c3cec135 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -154,6 +154,8 @@ jobs: create-release: needs: [build-linux, build-macos, build-windows] runs-on: ubuntu-latest + permissions: + contents: write steps: - name: Checkout uses: actions/checkout@v6