Skip to content

Commit

Permalink
chore: set version env_var correctly in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
YrrepNoj committed Sep 5, 2024
1 parent ede26e8 commit 99ac20b
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 @@ -38,7 +38,7 @@ jobs:
id: get_version
run: |
LFAI_VERSION=$(jq -r '.["."]' .github/.release-please-manifest.json)
echo "LFAI_VERSION=$LFAI_VERSION" >> $GITHUB_ENV
echo "LFAI_VERSION=$LFAI_VERSION" >> $GITHUB_OUTPUT
- name: Instal Python Deps
run: |
Expand Down

0 comments on commit 99ac20b

Please sign in to comment.