We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2831ecd commit 45dfb10Copy full SHA for 45dfb10
1 file changed
.github/workflows/release.yml
@@ -4,6 +4,9 @@ on:
4
push:
5
tags: ["v*"]
6
7
+permissions:
8
+ contents: write
9
+
10
env:
11
CARGO_TERM_COLOR: always
12
0 commit comments