File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 22
22
settings-path : ${{ github.workspace }} # location for the settings.xml file
23
23
24
24
- name : Build with Maven
25
- run : mvn -B package --file pom.xml
25
+ run : mvn -B package --file pom.xml -s ${{ github.workspace }}/settings.xml
26
+ env :
27
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
26
28
27
29
- name : Update version
28
30
run : mvn versions:set -DnewVersion=${GITHUB_REF:11}
Original file line number Diff line number Diff line change 11
11
<profile >
12
12
<id >github</id >
13
13
<repositories >
14
- <repository >
14
+ <repository >
15
15
<id >github</id >
16
16
<name >GitHub cicirello Apache Maven Packages</name >
17
- <url >https://maven.pkg.github.com/cicirello/JavaPermutationTools </url >
17
+ <url >https://maven.pkg.github.com/cicirello</url >
18
18
</repository >
19
19
</repositories >
20
20
</profile >
You can’t perform that action at this time.
0 commit comments