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 a971a76 commit 8cfb0a0Copy full SHA for 8cfb0a0
.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.1
+ duckdb_version: v1.3-ossivalis
21
ci_tools_version: main
22
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads'
23
@@ -29,7 +29,7 @@ jobs:
29
secrets: inherit
30
31
32
33
34
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
35
0 commit comments