Skip to content

Commit 9ab61e8

Browse files
committed
build: We need write access for tagging.
1 parent d153b99 commit 9ab61e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
permissions:
88
id-token: write # Required for OIDC
9-
contents: read
9+
contents: wriet # For Semantic Release tagging
1010

1111
jobs:
1212
release:

0 commit comments

Comments
 (0)