Commit 6a88792
committed
build: use proper shell variable expansion
${{ steps.version.outputs.dev_version }} does not get expanded inside a
shell script.
GitHub Actions expressions are resolved before the step runs, but only
in YAML fields, not inside the runtime shell unless you pass them in
explicitly.
Signed-off-by: Daniel Wagner <wagi@kernel.org>1 parent f90daa1 commit 6a88792
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
| 72 | + | |
71 | 73 | | |
72 | | - | |
| 74 | + | |
73 | 75 | | |
74 | 76 | | |
75 | 77 | | |
| |||
0 commit comments