We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1080a40 + dad4ee5 commit fb4964aCopy full SHA for fb4964a
.github/workflows/build-and-release.yml
@@ -5,6 +5,9 @@ on:
5
types:
6
- published # Runs when a release is created or published
7
8
+permissions:
9
+ contents: write # <-- Required to upload release assets
10
+
11
jobs:
12
build:
13
runs-on: ubuntu-latest
0 commit comments