We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c7504a commit ce2fa5aCopy full SHA for ce2fa5a
.github/workflows/release.yml
@@ -5,6 +5,9 @@ on:
5
tags:
6
- 'v*.*.*' # Triggers the workflow when pushing a tag that matches the pattern, e.g., v1.0.0
7
8
+permissions:
9
+ contents: write
10
+
11
jobs:
12
release:
13
runs-on: ubuntu-latest
0 commit comments