Skip to content

Commit 2d855a7

Browse files
committed
Attemp using DUCKDB_STABLE_BRANCH
1 parent eaa1b8a commit 2d855a7

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/_extension_distribution.yml@main
1818
with:
19-
duckdb_version: main
19+
duckdb_version: ${{ secrets.DUCKDB_STABLE_BRANCH }}
2020
ci_tools_version: main
2121
extension_name: postgres_scanner
2222
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64_mingw'
@@ -27,7 +27,7 @@ jobs:
2727
uses: duckdb/extension-ci-tools/.github/workflows/_extension_deploy.yml@main
2828
secrets: inherit
2929
with:
30-
duckdb_version: main
30+
duckdb_version: ${{ secrets.DUCKDB_STABLE_BRANCH }}
3131
ci_tools_version: main
3232
extension_name: postgres_scanner
3333
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64_mingw'

0 commit comments

Comments
 (0)