tenseleyflow/wulftp / d534806

Browse files

try it once more

Authored by espadonne
SHA
d534806ea9f871f3c7f4fe5956cce46f3141d701
Parents
cc3b4c4
Tree
68e1c21

1 changed file

StatusFile+-
M .github/workflows/release.yml 3 0
.github/workflows/release.ymlmodified
@@ -6,6 +6,9 @@ on:
66
       - 'v*'
77
   workflow_dispatch:  # Allows manual trigger from GitHub UI
88
 
9
+permissions:
10
+  contents: write  # Need write permission to create releases
11
+
912
 jobs:
1013
   build-windows:
1114
     runs-on: windows-latest