Skip to content

Commit

Permalink
fixing the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bcdurak committed Feb 6, 2025
1 parent ca28586 commit 116726c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 116726c

Please sign in to comment.