From 42b737e96db01f71bb9ad1b7dcf24873426c021e Mon Sep 17 00:00:00 2001 From: Zoheb Shaikh <26975142+ZohebShaikh@users.noreply.github.com> Date: Tue, 2 Jun 2026 10:58:08 +0100 Subject: [PATCH] fix ci release pipeline --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 9cd6be5..723d85a 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -35,7 +35,7 @@ jobs: - name: Set application version if: ${{ github.ref_type == 'tag' }} - run: sed -i 's/^version = ".*"$/version = "${STEPS_META_OUTPUTS_VERSION}"/' Cargo.toml + run: sed -i "s/^version = \".*\"$/version = \"${STEPS_META_OUTPUTS_VERSION}\"/" Cargo.toml env: STEPS_META_OUTPUTS_VERSION: ${{ steps.meta.outputs.version }}