We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e184c4 commit 56e659aCopy full SHA for 56e659a
.github/workflows/release.yaml
@@ -7,6 +7,9 @@ on:
7
paths:
8
- "package.json" # Triggers only when package.json changes
9
10
+permissions:
11
+ contents: write # Allows creating releases
12
+
13
jobs:
14
release:
15
runs-on: ubuntu-latest
0 commit comments