Commit 980db38
committed
.github/workflows/release.yml: Fix release
When #294, I didn't notice that the python version was not inside
quotes, leading to python version being parsed as 3.1 and not 3.10.
Breaking the release workflow.
Add missing quotes.
Signed-off-by: Arnaud Patard <arnaud.patard@collabora.com>1 parent 613b885 commit 980db38
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments