Skip to content

Commit

Permalink
missed this rename the first time
Browse files Browse the repository at this point in the history
  • Loading branch information
lnkuiper committed Nov 13, 2024
1 parent 87237e2 commit 38e75dd
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 @@ -18,7 +18,7 @@ jobs:
with:
duckdb_version: v1.1.2
ci_tools_version: main
extension_name: httpfs
extension_name: fts

duckdb-stable-deploy:
name: Deploy extension binaries
Expand All @@ -27,5 +27,5 @@ jobs:
secrets: inherit
with:
duckdb_version: v1.1.2
extension_name: httpfs
extension_name: fts
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}

0 comments on commit 38e75dd

Please sign in to comment.