Skip to content

Commit

Permalink
Remove extra quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dušan Baran committed Dec 5, 2024
1 parent 40ddfd5 commit b8fa51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b8fa51b

Please sign in to comment.