ci: try wrapping the if condition to make sure the release matches with ${{ and }}

This commit is contained in:
J / Jacob Babich
2024-10-05 03:00:05 -04:00
parent 21df8d1781
commit ae7de503a4

View File

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