mirror of
https://github.com/babichjacob/ac-qu-ai-nt.git
synced 2025-10-02 16:57:53 -04:00
ci: try single quoting
This commit is contained in:
@@ -9,7 +9,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
compile-and-publish:
|
compile-and-publish:
|
||||||
if: startsWith(github.event.release.tag_name, format("{0}-v", matrix.crate))
|
if: startsWith(github.event.release.tag_name, format('{0}-v', matrix.crate))
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
crate:
|
crate:
|
||||||
|
Reference in New Issue
Block a user