Skip to content

Commit 3d05b6b

Browse files
committed
Use proper release version
1 parent c2c0ac4 commit 3d05b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
if: ${{ startsWith(matrix.platform, 'linux') == true }}
103103
with:
104104
image: ${{ matrix.manylinux }}
105-
options: -v ${{ github.workspace }}:/work
105+
options: -v ${{ github.workspace }}:/work -e TILEDB_PACKAGE_VERSION=${{ steps.get-values.outputs.release_version }}
106106
run: |
107107
set -e pipefail
108108
yum install -y redhat-lsb-core centos-release-scl devtoolset-7 perl-IPC-Cmd

0 commit comments

Comments
 (0)