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 }}