We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2c0ac4 commit 3d05b6bCopy full SHA for 3d05b6b
.github/workflows/release.yml
@@ -102,7 +102,7 @@ jobs:
102
if: ${{ startsWith(matrix.platform, 'linux') == true }}
103
with:
104
image: ${{ matrix.manylinux }}
105
- options: -v ${{ github.workspace }}:/work
+ options: -v ${{ github.workspace }}:/work -e TILEDB_PACKAGE_VERSION=${{ steps.get-values.outputs.release_version }}
106
run: |
107
set -e pipefail
108
yum install -y redhat-lsb-core centos-release-scl devtoolset-7 perl-IPC-Cmd
0 commit comments