Skip to content

Commit 932cda6

Browse files
RobPasMueRevathyvenugopal162
authored andcommitted
release: bump version 0.16.6
1 parent 563094a commit 932cda6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci_cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

doc/changelog.d/395.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fix: wrong env var name for PACKAGE_NAME

0 commit comments

Comments
 (0)