Skip to content

Commit

Permalink
fix: crewai workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarsh-dixit committed Mar 20, 2024
1 parent 411c7ef commit 51dd880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
cd crew_ai
if [[ $GITHUB_REF == refs/tags/v* ]]; then
sed -i "s/version = '.*'/version = '${{ env.PACKAGE_VERSION }}'/" setup.py
sed -i "s/composio_langchain===.*/composio_langchain==='${{ env.PACKAGE_VERSION }}'/" pyproject.toml
sed -i "s/composio_langchain===.*/composio_langchain==='${{ env.PACKAGE_VERSION }}',/" pyproject.toml
sed -i "s/composio_langchain===.*/composio_langchain==='${{ env.PACKAGE_VERSION }}'/" requirements.txt
echo "Updated version in pyproject.toml and requirements.txt"
fi
Expand Down

0 comments on commit 51dd880

Please sign in to comment.