Skip to content

Commit

Permalink
fix: typo in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarsh-dixit committed Mar 20, 2024
1 parent 21a507e commit 9f1d920
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 @@ -24,7 +24,7 @@ jobs:
pip install setuptools wheel twine build
pip install -r core/requirements.txt
pip install -r langchain/requirements.txt
pip install -r crew/requirements.txt
pip install -r crew_ai/requirements.txt
- name: Extract version from tag
id: tag_version
Expand Down

0 comments on commit 9f1d920

Please sign in to comment.