We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 221966e commit a96b422Copy full SHA for a96b422
1 file changed
.github/workflows/build-release.yml
@@ -5,6 +5,9 @@ on:
5
tags:
6
- "[0-9]+.[0-9]+.[0-9]+" # Match tags like 1.0.0, 2.3.1, etc.
7
8
+permissions:
9
+ contents: write
10
+
11
jobs:
12
build-windows:
13
runs-on: windows-latest
0 commit comments