We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 41d0c07 + b049fe7 commit 6c944eaCopy full SHA for 6c944ea
.github/workflows/MainDistributionPipeline.yml
@@ -18,6 +18,7 @@ jobs:
18
with:
19
extension_name: mysql_scanner
20
duckdb_version: v1.1.3
21
+ ci_tools_version: v1.1.3
22
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools'
23
build_duckdb_shell: false
24
@@ -28,6 +29,7 @@ jobs:
28
29
secrets: inherit
30
31
32
33
34
35
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
0 commit comments