Skip to content

Commit

Permalink
change version to migrate-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
hmeriann committed Jun 25, 2024
1 parent fb9d165 commit 8c62fbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/MainDistributionPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: Build extension binaries
uses: duckdb/extension-ci-tools/.github/workflows/[email protected]
with:
duckdb_version: https://github.com/hmeriann/duckdb/pull/new/migrate-scripts
duckdb_version: migrate-scripts
extension_name: sqlsmith

duckdb-stable-deploy:
Expand All @@ -25,6 +25,6 @@ jobs:
uses: ./.github/workflows/_extension_deploy.yml
secrets: inherit
with:
duckdb_version: https://github.com/hmeriann/duckdb/pull/new/migrate-scripts
duckdb_version: migrate-scripts
extension_name: sqlsmith
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}

0 comments on commit 8c62fbb

Please sign in to comment.