File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -174,8 +174,8 @@ jobs:
174174
175175 - name : Scrape the stable documentation to PyMeilisearch
176176 run : |
177- VERSION=$(python -c "from ${{ env.PACKAGE_NAMESPACE }} import __version__; print('.'.join(__version__.split('.')[:2]))")
178- VERSION_MEILI=$(python -c "from ${{ env.PACKAGE_NAMESPACE }} import __version__; print('-'.join(__version__.split('.')[:2]))")
177+ VERSION=$(python -c "from ${{ env.PACKAGE_NAME }} import __version__; print('.'.join(__version__.split('.')[:2]))")
178+ VERSION_MEILI=$(python -c "from ${{ env.PACKAGE_NAME }} import __version__; print('-'.join(__version__.split('.')[:2]))")
179179 echo "Calculated VERSION: $VERSION"
180180 echo "Calculated VERSION_MEILI: $VERSION_MEILI"
181181 echo "VERSION=$VERSION" >> $GITHUB_ENV
Original file line number Diff line number Diff line change 1+ fix: wrong env var name for PACKAGE_NAME
You can’t perform that action at this time.
0 commit comments