File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : Publish package to GitHub Packages
2+ on :
3+ release :
4+ types : [created]
5+ jobs :
6+ publish :
7+ runs-on : ubuntu-latest
8+ permissions :
9+ contents : read
10+ packages : write
11+ steps :
12+ - uses : actions/checkout@v3
13+ - uses : actions/setup-java@v3
14+ with :
15+ java-version : ' 8'
16+ distribution : ' zulu'
17+ - name : Publish package
18+ run : mvn --batch-mode deploy
19+ env :
20+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 11# Delta Sharing Java Connector
2+ [ ![ status: experimental] ( https://github.com/GIScience/badges/raw/master/status/experimental.svg )] ( https://github.com/GIScience/badges#experimental )
3+
24A java connector for [ delta-sharing] ( https://delta.io/sharing/ ) that allows you to easily ingest data on any JVM.
35
46
Original file line number Diff line number Diff line change 285285 </plugins >
286286 </build >
287287
288+ <distributionManagement >
289+ <repository >
290+ <id >github</id >
291+ <name >GitHub Packages</name >
292+ <url >https://maven.pkg.github.com/databrickslabs/delta-sharing-java-connector</url >
293+ </repository >
294+ </distributionManagement >
295+
288296</project >
You can’t perform that action at this time.
0 commit comments