Skip to content

Commit cf191ef

Browse files
committed
build(fix): Permissions
1 parent 4340e34 commit cf191ef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ jobs:
1212
release:
1313
needs: test
1414
runs-on: ubuntu-latest
15+
16+
permissions:
17+
contents: write
18+
1519
steps:
1620
- name: Get next version
1721
id: semver

0 commit comments

Comments
 (0)