diff --git a/.github/workflows/MainDistributionPipeline.yml b/.github/workflows/MainDistributionPipeline.yml index 6fca515..babb77d 100644 --- a/.github/workflows/MainDistributionPipeline.yml +++ b/.github/workflows/MainDistributionPipeline.yml @@ -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: @@ -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' }} diff --git a/duckdb b/duckdb index d4c6e67..1f98600 160000 --- a/duckdb +++ b/duckdb @@ -1 +1 @@ -Subproject commit d4c6e6713dbb0c682e3242cb173f5a7af1366448 +Subproject commit 1f98600c2cf8722a6d2f2d805bb4af5e701319fc diff --git a/extension-ci-tools b/extension-ci-tools index 278ca51..c0cc931 160000 --- a/extension-ci-tools +++ b/extension-ci-tools @@ -1 +1 @@ -Subproject commit 278ca51098ac492a3108915e72fe3076254ae80f +Subproject commit c0cc9319492bfa38344c2f28bd35f2304c74cdde