Deploy
This commit is contained in:
12
.github/workflows/MainDistributionPipeline.yml
vendored
12
.github/workflows/MainDistributionPipeline.yml
vendored
@@ -29,3 +29,15 @@ jobs:
|
|||||||
duckdb_version: v1.2.0
|
duckdb_version: v1.2.0
|
||||||
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools;windows_amd64_mingw'
|
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools;windows_amd64_mingw'
|
||||||
extension_name: ui
|
extension_name: ui
|
||||||
|
|
||||||
|
duckdb-stable-deploy:
|
||||||
|
name: Deploy extension binaries
|
||||||
|
needs: duckdb-stable-build
|
||||||
|
uses: duckdb/extension-ci-tools/.github/workflows/_extension_deploy.yml@v1.2.0
|
||||||
|
secrets: inherit
|
||||||
|
with:
|
||||||
|
extension_name: ui
|
||||||
|
duckdb_version: v1.2.0
|
||||||
|
ci_tools_version: v1.2.0
|
||||||
|
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools;windows_amd64_mingw'
|
||||||
|
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
|
||||||
Reference in New Issue
Block a user