File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ jobs:
25
25
26
26
duckdb-stable-build :
27
27
name : Build extension binaries
28
- uses : duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@v1.1 .1
28
+ uses : duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@v1.2 .1
29
29
with :
30
- duckdb_version : v1.1 .1
31
- ci_tools_version : v1.1 .1
30
+ duckdb_version : v1.2 .1
31
+ ci_tools_version : v1.2 .1
32
32
extension_name : httpserver
33
33
34
34
duckdb-stable-deploy :
37
37
uses : ./.github/workflows/_extension_deploy.yml
38
38
secrets : inherit
39
39
with :
40
- duckdb_version : v1.1 .1
40
+ duckdb_version : v1.2 .1
41
41
extension_name : httpserver
42
42
deploy_latest : ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
You can’t perform that action at this time.
0 commit comments