We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 405699c commit b049fe7Copy full SHA for b049fe7
.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