We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0adf109 commit d97eeedCopy full SHA for d97eeed
.github/workflows/release.yml
@@ -4,7 +4,8 @@ on:
4
push:
5
tags:
6
- "[0-9]+.[0-9]+.[0-9]+"
7
-
+permissions:
8
+ contents: write
9
jobs:
10
build-and-upload:
11
name: Build and upload
0 commit comments