Skip to content

Commit

Permalink
bump to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugoberry committed Jun 7, 2024
1 parent 53ce499 commit 144cb7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/MainDistributionPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Build extension binaries
uses: ./.github/workflows/_extension_distribution.yml
with:
duckdb_version: v0.10.1
duckdb_version: v1.0.0
extension_name: pbix

duckdb-stable-deploy:
Expand All @@ -27,7 +27,7 @@ jobs:
uses: ./.github/workflows/_extension_deploy.yml
secrets: inherit
with:
duckdb_version: v0.10.1
duckdb_version: v1.0.0
extension_name: pbix
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
deploy_versioned: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}

0 comments on commit 144cb7b

Please sign in to comment.