Skip to content

Commit

Permalink
Update ragstack-ai-latest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoloboschi authored Dec 19, 2023
1 parent 75f6c8f commit a12f565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ragstack-ai-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
id: ragstack-ai-version
run: |
set +x
(tox run -c ragstack-e2e-tests -e get-package-version -q -- ragstack-ai) | head -n 1 > /tmp/ragstack-ai-version
(tox run -c ragstack-e2e-tests -e get-package-version -q -- ragstack) | head -n 1 > /tmp/ragstack-ai-version
cat /tmp/ragstack-ai-version
echo "ragstack-ai-version=$(cat /tmp/ragstack-ai-version)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit a12f565

Please sign in to comment.