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 4045a73 commit b0400ecCopy full SHA for b0400ec
.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: httpfs
20
- duckdb_version: main
+ duckdb_version: v1.4-andium
21
ci_tools_version: main
22
23
@@ -28,6 +28,6 @@ jobs:
28
secrets: inherit
29
30
31
32
33
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
0 commit comments