From ae7de503a4b6f242c8c0b7474f11790fc0acefb1 Mon Sep 17 00:00:00 2001 From: J / Jacob Babich Date: Sat, 5 Oct 2024 03:00:05 -0400 Subject: [PATCH] ci: try wrapping the `if` condition to make sure the release matches with `${{` and `}}` --- .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 160e5c2..06711b8 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: