File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2222 settings-path : ${{ github.workspace }} # location for the settings.xml file
2323
2424 - 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 }}
2628
2729 - name : Update version
2830 run : mvn versions:set -DnewVersion=${GITHUB_REF:11}
Original file line number Diff line number Diff line change 1111 <profile >
1212 <id >github</id >
1313 <repositories >
14- <repository >
14+ <repository >
1515 <id >github</id >
1616 <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 >
1818 </repository >
1919 </repositories >
2020 </profile >
You can’t perform that action at this time.
0 commit comments