Skip to content

Commit 38e038f

Browse files
fix: add package write permission to auto-release workflow
1 parent 0666e65 commit 38e038f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/auto-release-create.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ on:
2020

2121
permissions:
2222
contents: write
23+
packages: write
2324
pull-requests: read
2425

2526
jobs:

0 commit comments

Comments
 (0)