Skip to content

Commit cdd2531

Browse files
authored
Merge pull request #22 from microsphere-projects/main
Update CI Actions
2 parents a4063bb + adafbbc commit cdd2531

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/maven-publish.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,10 @@ jobs:
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 }}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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>

0 commit comments

Comments
 (0)