Skip to content

Commit c9da14d

Browse files
committed
fix: add contents write permission for release
1 parent 487c20f commit c9da14d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on:
33
push:
44
tags: ['v*']
55

6+
permissions:
7+
contents: write
8+
69
jobs:
710
release:
811
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)