From 65bdf6dd04a383710b005b163519d9ce52ff752c Mon Sep 17 00:00:00 2001 From: J / Jacob Babich Date: Sat, 5 Oct 2024 02:46:36 -0400 Subject: [PATCH] ci: try single quoting --- .github/workflows/compile-and-publish-binaries-to-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile-and-publish-binaries-to-release.yml b/.github/workflows/compile-and-publish-binaries-to-release.yml index 8304c02..160e5c2 100644 --- a/.github/workflows/compile-and-publish-binaries-to-release.yml +++ b/.github/workflows/compile-and-publish-binaries-to-release.yml @@ -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: