Commit 94de4bf 1 parent 40eadba commit 94de4bf Copy full SHA for 94de4bf
File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 36
36
server-password : MAVEN_CENTRAL_TOKEN # env variable for token in deploy
37
37
gpg-private-key : ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
38
38
gpg-passphrase : MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
39
- - name : Build with Maven
40
- run : mvn -B package --file pom.xml
41
39
- name : Semantic Release
42
40
uses : cycjimmy/semantic-release-action@v4
43
41
with :
Original file line number Diff line number Diff line change 102
102
<plugin >
103
103
<groupId >org.apache.maven.plugins</groupId >
104
104
<artifactId >maven-gpg-plugin</artifactId >
105
- <version >1.6 </version >
105
+ <version >3.2.7 </version >
106
106
<executions >
107
107
<execution >
108
108
<id >sign-artifacts</id >
You can’t perform that action at this time.
0 commit comments