Skip to content

Commit 00e1e0a

Browse files
committed
Allow auto-release job to create releases
1 parent bf592ab commit 00e1e0a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/auto-release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on: push
66
jobs:
77
build:
88
runs-on: ubuntu-latest
9+
permissions:
10+
contents: write
911
steps:
1012
- name: checkout
1113
uses: actions/checkout@v3

0 commit comments

Comments
 (0)