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 651bba9 + 1e515d5 commit fd68ec0Copy full SHA for fd68ec0
.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