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.
2 parents 510f5d3 + 8652f59 commit 64dd6c8Copy full SHA for 64dd6c8
.github/workflows/MainDistributionPipeline.yml
@@ -30,4 +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/tags/v') || github.ref == 'refs/heads/main' }}
+ deploy_latest: ${{ startsWith(github.ref, 'refs/heads/v') || github.ref == 'refs/heads/main' }}
34
+ deploy_versioned: ${{ startsWith(github.ref, 'refs/heads/v') || github.ref == 'refs/heads/main' }}
0 commit comments