ci: try single quoting

This commit is contained in:
J / Jacob Babich
2024-10-05 02:46:36 -04:00
parent 43682dc3d3
commit 65bdf6dd04

View File

@@ -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: