From 116726c04ef403c76447ddfdf2995a0e2954a9fb Mon Sep 17 00:00:00 2001 From: Baris Can Durak Date: Thu, 6 Feb 2025 12:53:18 +0100 Subject: [PATCH] fixing the workflow --- .github/workflows/release_prepare.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_prepare.yml b/.github/workflows/release_prepare.yml index 910399c6ff..16eda47449 100644 --- a/.github/workflows/release_prepare.yml +++ b/.github/workflows/release_prepare.yml @@ -81,7 +81,7 @@ jobs: # Update the README, pyproject.toml, version and helm files - name: Update main files run: | - sed -i "s/${{ needs.fetch-versions.outputs.old_version }}/${{ needs.fetch-versions.outputs.new_version }}/g" README.md pyproject.toml helm/Chart.yaml helm/README.md + sed -i "s/${{ needs.fetch-versions.outputs.old_version }}/${{ needs.fetch-versions.outputs.new_version }}/g" README.md pyproject.toml src/zenml/VERSION helm/Chart.yaml helm/README.md git add README.md pyproject.toml src/zenml/VERSION helm/Chart.yaml helm/README.md # Update the Quickstart references - name: Replace the references in the quickstart example