Skip to content

Commit 5fe40e7

Browse files
ci(release): fix permissions (#396)
1 parent b5e4ac6 commit 5fe40e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: CI
33
permissions:
4-
contents: read
4+
contents: write # needed for setup-release-action
55

66
on:
77
pull_request:

0 commit comments

Comments
 (0)