Skip to content

Commit 9b942cc

Browse files
committed
fix publish GitHub Action
1 parent 4ce6e0a commit 9b942cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
publish:
1717
runs-on: ubuntu-latest
1818
permissions:
19-
contents: read
19+
contents: write
2020
id-token: write # The OIDC ID token is used for authentication with JSR.
2121
steps:
2222
- uses: actions/checkout@v4.1.7

0 commit comments

Comments
 (0)