We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bbb90f commit 27dcaffCopy full SHA for 27dcaff
.github/workflows/Release.yml
@@ -46,6 +46,8 @@ jobs:
46
create-github-release:
47
needs: create-git-branch-release
48
runs-on: ubuntu-latest
49
+ permissions:
50
+ contents: write
51
steps:
52
- name: Get latest version
53
env:
0 commit comments