Skip to content

Commit c1ef168

Browse files
committedApr 29, 2025
Make neo4j-spatial a monorepo
1 parent 62f14a0 commit c1ef168

File tree

286 files changed

+2947
-3197
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

286 files changed

+2947
-3197
lines changed
 

‎.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Upload all jars to Release
7373
uses: AButler/upload-release-assets@v3.0
7474
with:
75-
files: "target/*.jar"
75+
files: "**/target/*.jar"
7676
repo-token: ${{ secrets.GITHUB_TOKEN }}
7777
release-id: ${{ steps.create_release.outputs.id }}
7878

@@ -85,4 +85,4 @@ jobs:
8585
with:
8686
token: ${{ secrets.BUILD_ACCESS_TOKEN }}
8787
repository: neo4j-documentation/docs-refresh
88-
event-type: labs
88+
event-type: labs

‎Makefile

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)
Failed to load comments.