Skip to content

Commit

Permalink
Merge pull request #88 from samansmink/bump-to-v1.1.2
Browse files Browse the repository at this point in the history
bump to v1.1.3
  • Loading branch information
samansmink authored Nov 8, 2024
2 parents 483cab2 + c481477 commit f86b01b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/MainDistributionPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:

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

duckdb-stable-deploy:
Expand All @@ -34,6 +34,6 @@ jobs:
uses: ./.github/workflows/_extension_deploy.yml
secrets: inherit
with:
duckdb_version: v1.1.1
duckdb_version: v1.1.3
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 480 files

0 comments on commit f86b01b

Please sign in to comment.