Skip to content

Commit 65db1e0

Browse files
Python (chore):fix missing env var for full version for mike docs deploy (#306)
1 parent 19229bb commit 65db1e0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/python_release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ jobs:
142142
exit 1
143143
fi
144144
145+
echo "full_version=$FULL_VERSION" >> $GITHUB_OUTPUT
145146
echo "version=$VERSION" >> $GITHUB_OUTPUT
146147
echo "alias=$ALIAS" >> $GITHUB_OUTPUT
147148
echo "hidden=$HIDDEN" >> $GITHUB_OUTPUT
@@ -158,6 +159,7 @@ jobs:
158159
- name: Deploy docs with mike
159160
run: |
160161
cd python
162+
FULL_VERSION="${{ steps.version.outputs.full_version }}"
161163
VERSION="${{ steps.version.outputs.version }}"
162164
ALIAS="${{ steps.version.outputs.alias }}"
163165
HIDDEN="${{ steps.version.outputs.hidden }}"

0 commit comments

Comments
 (0)