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.
2 parents 37c738a + ec53340 commit 277b48cCopy full SHA for 277b48c
.github/workflows/MainDistributionPipeline.yml
@@ -37,7 +37,7 @@ jobs:
37
uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@v1.2.1
38
with:
39
ci_tools_version: v1.2.1
40
- duckdb_version: v1.2.1
+ duckdb_version: v1.2.2
41
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads'
42
extension_name: ui
43
@@ -49,7 +49,7 @@ jobs:
49
secrets: inherit
50
51
52
53
54
55
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
0 commit comments