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 b3ebc10 commit 0f3ffe6Copy full SHA for 0f3ffe6
.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: v1.2.1
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