We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e440999 commit be05fe5Copy full SHA for be05fe5
.github/workflows/release-fsharp.yml
@@ -8,6 +8,9 @@ on:
8
tags:
9
- '*'
10
11
+permissions:
12
+ contents: write
13
+
14
# Kill other jobs when we trigger this workflow by sending new commits
15
# to the PR.
16
# https://stackoverflow.com/a/72408109
0 commit comments