Skip to content

Commit

Permalink
bump to v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
samansmink committed Nov 8, 2024
1 parent e4fbd19 commit c481477
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].2
uses: duckdb/extension-ci-tools/.github/workflows/[email protected].3
with:
duckdb_version: v1.1.2
ci_tools_version: v1.1.2
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.2
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 301 files
2 changes: 1 addition & 1 deletion extension-ci-tools

0 comments on commit c481477

Please sign in to comment.