From acdc802c8447df7d8dc83bf2843f616dcf07c737 Mon Sep 17 00:00:00 2001 From: thorwebdev Date: Mon, 13 May 2024 11:58:24 +0800 Subject: [PATCH] fix: jsr publish write permissions. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 46b4d64..af69da6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest permissions: - contents: read + contents: write id-token: write steps: