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.
2 parents 06ca288 + 4649f1b commit d6ba523Copy full SHA for d6ba523
.github/workflows/MainDistributionPipeline.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@main
18
with:
19
extension_name: iceberg
20
- duckdb_version: main
+ duckdb_version: v1.4.0
21
ci_tools_version: main
22
exclude_archs: 'windows_amd64_mingw'
23
extra_toolchains: 'python3'
@@ -29,7 +29,7 @@ jobs:
29
secrets: inherit
30
31
32
33
34
35
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
0 commit comments