File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 cache : maven
3838
3939 - name : Publish package
40- run : mvn --batch-mode --update-snapshots -Drevision=${{ inputs.revision }} -Prelease clean deploy
40+ run : mvn --batch-mode --update-snapshots -Drevision=${{ inputs.revision }} -Dgpg.skip=true - Prelease,ci clean deploy
4141 env :
4242 MAVEN_USERNAME : ${{ secrets.OSS_SONATYPE_USERNAME }}
4343 MAVEN_PASSWORD : ${{ secrets.OSS_SONATYPE_PASSWORD }}
44- MAVEN_GPG_KEY : ${{ secrets.OSS_SIGNING_KEY }}
45- MAVEN_GPG_PASSPHRASE : ${{ secrets.OSS_SIGNING_PASSWORD }}
44+ SIGN_KEY_ID : ${{ secrets.OSS_SIGNING_KEY_ID_LONG }}
45+ SIGN_KEY : ${{ secrets.OSS_SIGNING_KEY }}
46+ SIGN_KEY_PASS : ${{ secrets.OSS_SIGNING_PASSWORD }}
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >io.github.microsphere-projects</groupId >
88 <artifactId >microsphere-build</artifactId >
9- <version >0.0.15 </version >
9+ <version >0.0.21 </version >
1010 </parent >
1111
1212 <groupId >io.github.microsphere-projects</groupId >
You can’t perform that action at this time.
0 commit comments