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 7ab1710 commit 1e515d5Copy full SHA for 1e515d5
.github/workflows/MainDistributionPipeline.yml
@@ -41,4 +41,4 @@ jobs:
41
duckdb_version: v1.3.1
42
ci_tools_version: main
43
extension_name: spatial
44
- 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' }}
0 commit comments