Skip to content

Commit

Permalink
bump to v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samansmink committed Feb 13, 2024
1 parent 0fec0ab commit 7b2bcca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/MainDistributionPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@ concurrency:
jobs:
duckdb-stable-build:
name: Build extension binaries
uses: duckdb/duckdb/.github/workflows/_extension_distribution.yml@4d24f5c660a205bf22a7fd99e36efece798452c4
uses: duckdb/duckdb/.github/workflows/_extension_distribution.yml@v0.10.0
with:
extension_name: aws
duckdb_version: '4d24f5c660'
duckdb_version: 'v0.10.0'
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools' # Doesn't work anyway: env local file or env access possible

duckdb-stable-deploy:
name: Deploy extension binaries
needs: duckdb-stable-build
uses: duckdb/duckdb/.github/workflows/_extension_deploy.yml@4d24f5c660a205bf22a7fd99e36efece798452c4
uses: duckdb/duckdb/.github/workflows/_extension_deploy.yml@v0.10.0
secrets: inherit
with:
extension_name: aws
duckdb_version: '4d24f5c660'
duckdb_version: 'v0.10.0'
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools' # Doesn't work anyway: env local file or env access possible
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 7b2bcca

Please sign in to comment.