Skip to content

Commit

Permalink
update to v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
samansmink committed Nov 21, 2023
1 parent 576eeb7 commit a5fa93c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/MainDistributionPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
duckdb-stable-build:
name: Build extension binaries
# if: startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main'
uses: duckdb/duckdb/.github/workflows/[email protected].1
uses: duckdb/duckdb/.github/workflows/[email protected].2
with:
duckdb_version: v0.9.1
duckdb_version: v0.9.2
extension_name: postgres_scanner

duckdb-stable-deploy:
Expand All @@ -26,6 +26,6 @@ jobs:
uses: ./.github/workflows/_extension_deploy.yml
secrets: inherit
with:
duckdb_version: v0.9.1
duckdb_version: v0.9.2
extension_name: postgres_scanner
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
2 changes: 1 addition & 1 deletion duckdb
Submodule duckdb updated 280 files

0 comments on commit a5fa93c

Please sign in to comment.