Skip to content

Commit b5cee7b

Browse files
committed
Fix NPM publish
1 parent c455c89 commit b5cee7b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/npm-publish.yml

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
jobs:
99
release:
1010
runs-on: macos-latest
11+
permissions:
12+
contents: write
13+
id-token: write
1114
steps:
1215
- uses: actions/checkout@v4
1316
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)