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:
|
||||
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:
|
||||
matrix:
|
||||
crate:
|
||||
|
Reference in New Issue
Block a user