Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes authored Jun 5, 2024
1 parent cd2a0d5 commit 7b39df0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
strategy:
matrix: ${{fromJson(needs.prepare.outputs.matrix)}}
with:
duckdb_version: main
duckdb_version: v1.0.0
extension_name: ${{ matrix.COMMUNITY_EXTENSION_NAME }}
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;linux_amd64;linux_amd64_gcc4;linux_arm64;windows_amd64;windows_amd64_rtools'
repository: ${{ matrix.COMMUNITY_EXTENSION_GITHUB }}
Expand All @@ -48,9 +48,10 @@ jobs:
uses: ./.github/workflows/_extension_deploy.yml
strategy:
matrix: ${{fromJson(needs.prepare.outputs.matrix)}}
secrets: inherit
with:
deploy_latest: true
duckdb_version: main
duckdb_version: v1.0.0
extension_name: ${{ matrix.COMMUNITY_EXTENSION_NAME }}
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;linux_amd64;linux_amd64_gcc4;linux_arm64;windows_amd64;windows_amd64_rtools'
repository: ${{ matrix.COMMUNITY_EXTENSION_GITHUB }}
Expand Down

0 comments on commit 7b39df0

Please sign in to comment.