We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaa1b8a commit 2d855a7Copy full SHA for 2d855a7
.github/workflows/MainDistributionPipeline.yml
@@ -16,7 +16,7 @@ jobs:
16
name: Build extension binaries
17
uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@main
18
with:
19
- duckdb_version: main
+ duckdb_version: ${{ secrets.DUCKDB_STABLE_BRANCH }}
20
ci_tools_version: main
21
extension_name: postgres_scanner
22
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64_mingw'
@@ -27,7 +27,7 @@ jobs:
27
uses: duckdb/extension-ci-tools/.github/workflows/_extension_deploy.yml@main
28
secrets: inherit
29
30
31
32
33
0 commit comments