File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ concurrency:
1616jobs :
1717 duckdb-stable-build :
1818 name : Build extension binaries
19- uses : duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@v1.1.3
19+ uses : duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@v1.2.2
2020 with :
21- duckdb_version : v1.1.3
22- ci_tools_version : v1.1.3
21+ duckdb_version : v1.2.2
22+ ci_tools_version : v1.2.2
2323 extension_name : wvlet
2424 exclude_archs : ' windows_amd64_mingw;windows_amd64;windows_amd64_rtools;osx_amd64;osx_arm64;wasm_threads;wasm_eh;wasm_mvp;'
2525
2929 uses : ./.github/workflows/_extension_deploy.yml
3030 secrets : inherit
3131 with :
32- duckdb_version : v1.1.3
32+ duckdb_version : v1.2.2
3333 extension_name : wvlet
3434 deploy_latest : ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
3535 exclude_archs : ' windows_amd64_mingw;windows_amd64;windows_amd64_rtools;osx_amd64;osx_arm64;wasm_threads;wasm_eh;wasm_mvp;'
Original file line number Diff line number Diff line change 55[submodule "extension-ci-tools "]
66 path = extension-ci-tools
77 url = https://github.com/duckdb/extension-ci-tools
8- branch = main
8+ branch = main
You can’t perform that action at this time.
0 commit comments