File tree 2 files changed +1
-20
lines changed
2 files changed +1
-20
lines changed Original file line number Diff line number Diff line change 21
21
run : mvn test
22
22
env :
23
23
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
24
-
25
- deploy :
26
- needs : build
27
- runs-on : ubuntu-latest
28
- steps :
29
- - uses : actions/checkout@v2
30
- - name : Set up JDK 17
31
- uses : actions/setup-java@v1
32
- with :
33
- java-version : 17
34
- - name : Cache local Maven repository
35
- uses : actions/cache@v2
36
- with :
37
- path : ~/.m2/repository
38
- key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
39
- restore-keys : |
40
- ${{ runner.os }}-maven-
41
- - name : Deploy to Github Package Registry
42
- run : mvn -B deploy -DskipTests
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >io.github.jervenbolleman</groupId >
5
5
<artifactId >handlegraph4j</artifactId >
6
- <version >1.1 </version >
6
+ <version >1.2-SNAPSHOT </version >
7
7
<packaging >jar</packaging >
8
8
<licenses >
9
9
<license >
You can’t perform that action at this time.
0 commit comments