Skip to content

Commit

Permalink
bump-to-1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samansmink committed Sep 12, 2024
1 parent f89d266 commit c7a10e2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/MainDistributionPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
name: Build extension binaries
uses: duckdb/extension-ci-tools/.github/workflows/[email protected]
with:
duckdb_version: v1.0.0
duckdb_version: v1.1.0
extension_name: quack

duckdb-stable-deploy:
Expand All @@ -32,6 +32,6 @@ jobs:
uses: ./.github/workflows/_extension_deploy.yml
secrets: inherit
with:
duckdb_version: v1.0.0
duckdb_version: v1.1.0
extension_name: quack
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
1 change: 0 additions & 1 deletion docs/UPDATING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ as follows:
- `./extension-ci-tools` should be set to updated branch corresponding to latest DuckDB release
- Bump versions in `./github/workflows`
- `duckdb_version` input in `MainDistributionPipeline.yml` should be set to latest tagged release
- reusable workflow `_extension_distribution.yml` should be set to updated branch corresponding to latest DuckDB release

2 changes: 1 addition & 1 deletion duckdb
Submodule duckdb updated 3917 files

0 comments on commit c7a10e2

Please sign in to comment.