We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7485b16 + b48280c commit 434fa79Copy full SHA for 434fa79
.github/workflows/release.yml
@@ -8,6 +8,8 @@ jobs:
8
name: Create GitHub release
9
runs-on: ubuntu-latest
10
needs: build-package
11
+ permissions:
12
+ contents: write
13
steps:
14
- name: Download Windows x64 package
15
uses: actions/download-artifact@v3
0 commit comments