Skip to content

Commit 69a873d

Browse files
committed
publish: enable write permissions
1 parent 4f25000 commit 69a873d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
build:
1010
name: Build distribution
1111
runs-on: ubuntu-latest
12+
permissions:
13+
contents: write
1214
steps:
1315
- uses: actions/checkout@v2
1416
with:

0 commit comments

Comments
 (0)