Commit d8eeb1c
committed
fix: Use single quotes for Maven property in workflow
Backslash escaping passed the literal string '${project.version}' to
Maven, which failed because it's not a valid Docker tag. Single quotes
prevent bash variable expansion while allowing Maven to resolve the
property.1 parent a69bfa6 commit d8eeb1c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments