Skip to content

Commit

Permalink
Use 2.27.0-rc2 in branches
Browse files Browse the repository at this point in the history
  • Loading branch information
jdblischak committed Nov 21, 2024
1 parent 67fb397 commit 6b3169e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
# Use recent release tarball on branches for quicker feedback
- name: Download release tarball
if: github.ref_name != 'main'
run: wget https://github.com/TileDB-Inc/TileDB/releases/download/2.27.0-rc1/tiledb-linux-x86_64-2.27.0-rc1-208c3d5.tar.gz
run: wget https://github.com/TileDB-Inc/TileDB/releases/download/2.27.0-rc2/tiledb-linux-x86_64-2.27.0-rc2-d3dfb6c.tar.gz
- name: Unpack release tarball
if: github.ref_name != 'main'
run: |
Expand Down

0 comments on commit 6b3169e

Please sign in to comment.