We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d688713 commit b615bf7Copy full SHA for b615bf7
1 file changed
.github/workflows/release.yml
@@ -6,6 +6,9 @@ on:
6
tags:
7
- 'release/*'
8
9
+permissions:
10
+ contents: write
11
+
12
env:
13
FLUTTER_VERSION: 3.13.9
14
0 commit comments