From b8fa51b0e5850254f5116bcd90c4583c8eb0e4a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Du=C5=A1an=20Baran?= Date: Thu, 5 Dec 2024 14:42:37 +0100 Subject: [PATCH] Remove extra quotes --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b35d7582306..c4fce15beaa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -102,7 +102,7 @@ jobs: if: ${{ startsWith(matrix.platform, 'linux') == true }} with: image: ${{ matrix.manylinux }} - options: -v ${{ github.workspace }}:/work -e TILEDB_PACKAGE_VERSION="${{ steps.get-values.outputs.release_version }}" + options: -v ${{ github.workspace }}:/work -e TILEDB_PACKAGE_VERSION=${{ steps.get-values.outputs.release_version }} run: | echo "TileDB Package Version: ${TILEDB_PACKAGE_VERSION}" set -e pipefail