Skip to content

Commit

Permalink
fix mismatching duckdb version
Browse files Browse the repository at this point in the history
  • Loading branch information
samansmink committed Nov 8, 2024
1 parent 77373bc commit ca12e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/MainDistributionPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
secrets: inherit
with:
extension_name: delta
duckdb_version: main
duckdb_version: 0ccf3c25cc
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64_mingw'
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}

0 comments on commit ca12e53

Please sign in to comment.