File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 37
37
cache : maven
38
38
39
39
- 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
41
41
env :
42
42
MAVEN_USERNAME : ${{ secrets.OSS_SONATYPE_USERNAME }}
43
43
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 6
6
<parent >
7
7
<groupId >io.github.microsphere-projects</groupId >
8
8
<artifactId >microsphere-build</artifactId >
9
- <version >0.0.15 </version >
9
+ <version >0.0.21 </version >
10
10
</parent >
11
11
12
12
<groupId >io.github.microsphere-projects</groupId >
You can’t perform that action at this time.
0 commit comments