Skip to content

Commit a67b9b5

Browse files
committed
Release v0.0.3
1 parent 5291c04 commit a67b9b5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
server-id: ossrh
2222
server-username: MAVEN_USERNAME
2323
server-password: MAVEN_PASSWORD
24+
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
25+
gpg-passphrase: MAVEN_GPG_PASSPHRASE
2426
- name: Build with Maven
2527
run: mvn -B compile --file pom.xml
2628

@@ -39,4 +41,5 @@ jobs:
3941
env:
4042
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
4143
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
44+
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
4245

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
</execution>
132132
</executions>
133133
</plugin>
134-
<!--<plugin>
134+
<plugin>
135135
<groupId>org.apache.maven.plugins</groupId>
136136
<artifactId>maven-gpg-plugin</artifactId>
137137
<version>1.5</version>
@@ -144,7 +144,7 @@
144144
</goals>
145145
</execution>
146146
</executions>
147-
</plugin>-->
147+
</plugin>
148148

149149
</plugins>
150150
</build>

0 commit comments

Comments
 (0)