Skip to content

Commit

Permalink
Merge pull request #46 from samansmink/bump-to-v1
Browse files Browse the repository at this point in the history
bump to v1.0.0
  • Loading branch information
samansmink authored Jun 12, 2024
2 parents 7b5d5a5 + 5185cd0 commit 1d1a550
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/MainDistributionPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@main
with:
extension_name: aws
duckdb_version: main
duckdb_version: v1.0.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:
Expand All @@ -27,7 +27,7 @@ jobs:
secrets: inherit
with:
extension_name: aws
duckdb_version: main
duckdb_version: v1.0.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' }}
2 changes: 1 addition & 1 deletion duckdb
Submodule duckdb updated 637 files
2 changes: 1 addition & 1 deletion extension-ci-tools

0 comments on commit 1d1a550

Please sign in to comment.