Skip to content

Commit

Permalink
Change MainDistributionPipeline.yml file to use shared credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
hmeriann committed Jul 10, 2024
1 parent b0861ea commit f96ed97
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 125 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/MainDistributionPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,17 @@ jobs:
name: Build extension binaries
uses: duckdb/extension-ci-tools/.github/workflows/[email protected]
with:
duckdb_version: main
duckdb_version: v1.0.0
extension_name: sqlsmith
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools'

duckdb-stable-deploy:
name: Deploy extension binaries
needs: duckdb-stable-build
uses: ./.github/workflows/_extension_deploy.yml
uses: duckdb/extension-ci-tools/.github/workflows/_extension_deploy.yml@v1.0.0
secrets: inherit
with:
duckdb_version: main
duckdb_version: v1.0.0
extension_name: sqlsmith
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools'
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
121 changes: 0 additions & 121 deletions .github/workflows/_extension_deploy.yml

This file was deleted.

0 comments on commit f96ed97

Please sign in to comment.