File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 33#
44name : Main Extension Distribution Pipeline
55on :
6- release :
7- types : [published]
6+ push :
87 pull_request :
98 workflow_dispatch :
109
@@ -15,18 +14,17 @@ concurrency:
1514jobs :
1615 duckdb-stable-build :
1716 name : Build extension binaries
18- uses : duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@main
17+ uses : duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@v1.0.0
1918 with :
20- duckdb_version : main
21- extension_name : chsql
19+ duckdb_version : v1.1.1
20+ extension_name : dynamic_sql_examples
2221
2322 duckdb-stable-deploy :
2423 name : Deploy extension binaries
2524 needs : duckdb-stable-build
26- uses : duckdb/extension-ci-tools/ .github/workflows/_extension_deploy.yml@main
25+ uses : ./ .github/workflows/_extension_deploy.yml
2726 secrets : inherit
2827 with :
29- duckdb_version : main
30- extension_name : chsql
28+ duckdb_version : v1.1.1
29+ extension_name : dynamic_sql_examples
3130 deploy_latest : ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
32- deploy_versioned : ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
You can’t perform that action at this time.
0 commit comments