Skip to content

Commit 37b64ca

Browse files
authored
Give release workflow permission to create a release
1 parent deb3ac3 commit 37b64ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/create-release-artifacts.yml

+2
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ jobs:
125125
release:
126126
runs-on: ubuntu-latest
127127
needs: [windows, macos, linux]
128+
permissions:
129+
contents: write
128130
steps:
129131
- name: Get version from tag
130132
shell: bash

0 commit comments

Comments
 (0)