From 4b6ae46b2cd8041b5860c9d3ea3774e7c6dbd3f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thor=20=E9=9B=B7=E7=A5=9E=20Schaeff?= <5748289+thorwebdev@users.noreply.github.com> Date: Mon, 13 May 2024 13:00:06 +0800 Subject: [PATCH] fix: jsr publish write permissions. (#83) --- .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: