Skip to content

Commit aacb68e

Browse files
fix: Updating environment variable in the build_wheels
Signed-off-by: Francisco Javier Arceo <[email protected]>
1 parent 1c5c3d8 commit aacb68e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build_wheels.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,10 @@ jobs:
104104
uses: docker/setup-buildx-action@v1
105105
- name: Build image
106106
run: |
107+
VERSION_WITHOUT_PREFIX=${{ needs.get-version.outputs.version_without_prefix }}
108+
RELEASE_VERSION=${{ needs.get-version.outputs.release_version }}
109+
HIGHEST_SEMVER_TAG=${{ needs.get-version.outputs.highest_semver_tag }}
107110
make build-${{ matrix.component }}-docker REGISTRY=${REGISTRY} VERSION=${VERSION_WITHOUT_PREFIX}
108-
env:
109-
VERSION_WITHOUT_PREFIX: ${{ needs.get-version.outputs.version_without_prefix }}
110111
111112
verify-python-wheels:
112113
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)