Skip to content

Commit b9c2753

Browse files
committed
fix(releases): use contents: write permission in the release workflow
Needed to push tags
1 parent a52566d commit b9c2753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
environment: npm-publish
3737
permissions:
38-
contents: read
38+
contents: write
3939
packages: write
4040
id-token: write
4141
if: |

0 commit comments

Comments
 (0)