Skip to content

Commit 1468d97

Browse files
committed
fix: add write permissions for release job
1 parent 17c5781 commit 1468d97

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ jobs:
113113
needs: build
114114
runs-on: ubuntu-latest
115115
if: startsWith(github.ref, 'refs/tags/')
116+
permissions:
117+
contents: write
116118

117119
steps:
118120
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)