Skip to content

Commit

Permalink
fix release process
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoloboschi committed Jun 19, 2024
1 parent 0be76b2 commit ad42089
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ragstack-release-langflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
cache: "poetry"
- name: Build project for distribution
run: |
make build main=true
poetry lock
poetry build
- name: Check Version
id: check-version
run: |
Expand Down

0 comments on commit ad42089

Please sign in to comment.