Skip to content

Commit d8f5853

Browse files
authored
fix(releases): use contents: write permission in the release workflow (#2761)
Needed to push tags
1 parent a52566d commit d8f5853

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)