File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 4242 arguments : publish
4343 env :
4444 USERNAME : ${{ github.actor }}
45- TOKEN : ${{ secrets.GITHUB_TOKEN }}
45+ TOKEN : ${{ secrets.PACKAGE_TOKEN }}
Original file line number Diff line number Diff line change 3131 - name : Publish to GitHub Packages Apache Maven
3232 run : mvn deploy -s $GITHUB_WORKSPACE/settings.xml
3333 env :
34- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
34+ GITHUB_TOKEN : ${{ secrets.PACKAGE_TOKEN }}
Original file line number Diff line number Diff line change 88 <url >https://github.com/mewebstudio/java-captcha-generator</url >
99 <groupId >com.mewebstudio</groupId >
1010 <artifactId >captcha</artifactId >
11- <version >0.1.0-SNAPSHOT </version >
11+ <version >0.1.0</version >
1212
1313 <developers >
1414 <developer >
3636 <developerConnection >scm:git:git://github.com/mewebstudio/java-captcha-generator.git</developerConnection >
3737 </scm >
3838
39+ <profiles >
40+ <profile >
41+ <id >release</id >
42+ </profile >
43+ </profiles >
44+
3945 <properties >
4046 <maven .compiler.source>1.8</maven .compiler.source>
4147 <junit .jupiter.version>5.10.0</junit .jupiter.version>
You can’t perform that action at this time.
0 commit comments