Skip to content

Commit

Permalink
release: bump version 0.16.6
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue authored and Revathyvenugopal162 committed Jun 18, 2024
1 parent 563094a commit 932cda6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ jobs:
- name: Scrape the stable documentation to PyMeilisearch
run: |
VERSION=$(python -c "from ${{ env.PACKAGE_NAMESPACE }} import __version__; print('.'.join(__version__.split('.')[:2]))")
VERSION_MEILI=$(python -c "from ${{ env.PACKAGE_NAMESPACE }} import __version__; print('-'.join(__version__.split('.')[:2]))")
VERSION=$(python -c "from ${{ env.PACKAGE_NAME }} import __version__; print('.'.join(__version__.split('.')[:2]))")
VERSION_MEILI=$(python -c "from ${{ env.PACKAGE_NAME }} import __version__; print('-'.join(__version__.split('.')[:2]))")
echo "Calculated VERSION: $VERSION"
echo "Calculated VERSION_MEILI: $VERSION_MEILI"
echo "VERSION=$VERSION" >> $GITHUB_ENV
Expand Down
1 change: 1 addition & 0 deletions doc/changelog.d/395.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fix: wrong env var name for PACKAGE_NAME

0 comments on commit 932cda6

Please sign in to comment.