Skip to content

Commit

Permalink
update duckdb to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samansmink committed Sep 24, 2024
1 parent 691c864 commit c188fb2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/MainDistributionPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ jobs:

duckdb-stable-build:
name: Build extension binaries
uses: duckdb/extension-ci-tools/.github/workflows/[email protected].0
uses: duckdb/extension-ci-tools/.github/workflows/[email protected].1
with:
duckdb_version: v1.1.0
duckdb_version: v1.1.1
ci_tools_version: v1.1.1
extension_name: quack

duckdb-stable-deploy:
Expand All @@ -32,6 +33,6 @@ jobs:
uses: ./.github/workflows/_extension_deploy.yml
secrets: inherit
with:
duckdb_version: v1.1.0
duckdb_version: v1.1.1
extension_name: quack
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
2 changes: 1 addition & 1 deletion duckdb
Submodule duckdb updated 277 files

0 comments on commit c188fb2

Please sign in to comment.