Skip to content

Commit

Permalink
Pin 1.0.0 in MainDistributionPipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Jul 8, 2024
1 parent fedaf7c commit 638daef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/MainDistributionPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: Build extension binaries
uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@main
with:
duckdb_version: main
duckdb_version: 1.0.0
extension_name: dynamic_sql_clickhouse

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

0 comments on commit 638daef

Please sign in to comment.