Skip to content

Commit 638daef

Browse files
authored
Pin 1.0.0 in MainDistributionPipeline
1 parent fedaf7c commit 638daef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/MainDistributionPipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Build extension binaries
1717
uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@main
1818
with:
19-
duckdb_version: main
19+
duckdb_version: 1.0.0
2020
extension_name: dynamic_sql_clickhouse
2121

2222
duckdb-stable-deploy:
@@ -25,7 +25,7 @@ jobs:
2525
uses: duckdb/extension-ci-tools/.github/workflows/_extension_deploy.yml@main
2626
secrets: inherit
2727
with:
28-
duckdb_version: main
28+
duckdb_version: 1.0.0
2929
extension_name: dynamic_sql_clickhouse
3030
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
3131
deploy_versioned: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)