Skip to content

Commit fa11df9

Browse files
committed
ci(release): add write permissions for release job
1 parent 7320d4f commit fa11df9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ jobs:
112112
runs-on: ubuntu-latest
113113
needs: [build, build-exe]
114114
if: startsWith(github.ref, 'refs/tags/v')
115+
116+
permissions:
117+
contents: write
115118

116119
steps:
117120
- name: Checkout code

0 commit comments

Comments
 (0)