Skip to content

Commit 628feb8

Browse files
committed
use stable duckdb version in CI
1 parent 73a468f commit 628feb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/MainDistributionPipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Build extension binaries
1717
uses: duckdb/extension-ci-tools/.github/workflows/[email protected]
1818
with:
19-
duckdb_version: main
19+
duckdb_version: v1.3.1
2020
extension_name: sqlite_scanner
2121
ci_tools_version: v1.3.1
2222

@@ -26,7 +26,7 @@ jobs:
2626
uses: duckdb/extension-ci-tools/.github/workflows/[email protected]
2727
secrets: inherit
2828
with:
29-
duckdb_version: main
29+
duckdb_version: v1.3.1
3030
extension_name: sqlite_scanner
3131
ci_tools_version: v1.3.1
3232
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)