Skip to content

Commit

Permalink
Add also ci_tools
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed Jan 5, 2025
1 parent fc62759 commit 1ae85e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/MainDistributionPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@main
with:
duckdb_version: main
ci_tools_version: main
extension_name: inet

duckdb-stable-deploy:
Expand All @@ -26,5 +27,6 @@ jobs:
secrets: inherit
with:
duckdb_version: main
ci_tools_version: main
extension_name: inet
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}

0 comments on commit 1ae85e8

Please sign in to comment.