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 a4a014d commit daa249dCopy full SHA for daa249d
.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: v1.3-ossivalis
+ duckdb_version: v1.3.2
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