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 @@ -14,20 +14,20 @@ concurrency:
14
14
jobs :
15
15
duckdb-stable-build :
16
16
name : Build extension binaries
17
- 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
18
18
with :
19
19
extension_name : mysql_scanner
20
- duckdb_version : main
20
+ duckdb_version : v1.0.0
21
21
exclude_archs : ' wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools'
22
22
build_duckdb_shell : false
23
23
24
24
duckdb-stable-deploy :
25
25
name : Deploy extension binaries
26
26
needs : duckdb-stable-build
27
- uses : duckdb/extension-ci-tools/.github/workflows/_extension_deploy.yml@main
27
+ uses : duckdb/extension-ci-tools/.github/workflows/_extension_deploy.yml@v1.0.0
28
28
secrets : inherit
29
29
with :
30
- duckdb_version : main
30
+ duckdb_version : v1.0.0
31
31
extension_name : mysql_scanner
32
32
exclude_archs : ' wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools'
33
33
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