We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 638daef commit f41debeCopy full SHA for f41debe
.github/workflows/MainDistributionPipeline.yml
@@ -16,7 +16,7 @@ jobs:
16
name: Build extension binaries
17
uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@main
18
with:
19
- duckdb_version: 1.0.0
+ duckdb_version: v1.0.0
20
extension_name: dynamic_sql_clickhouse
21
22
duckdb-stable-deploy:
@@ -25,7 +25,7 @@ jobs:
25
uses: duckdb/extension-ci-tools/.github/workflows/_extension_deploy.yml@main
26
secrets: inherit
27
28
29
30
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
31
deploy_versioned: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
0 commit comments