We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aff84a commit bac4294Copy full SHA for bac4294
.github/workflows/MainDistributionPipeline.yml
@@ -30,5 +30,5 @@ jobs:
30
extension_name: httpfs
31
duckdb_version: v1.4.0
32
ci_tools_version: main
33
- deploy_latest: ${{ startsWith(github.ref, 'refs/heads/v') || github.ref == 'refs/heads/main' }}
+ deploy_latest: ${{ startsWith(github.ref, 'refs/heads/v') }}
34
deploy_versioned: ${{ startsWith(github.ref, 'refs/heads/v') || github.ref == 'refs/heads/main' }}
0 commit comments