Skip to content

Commit 94de4bf

Browse files
chore: try latest GPG plugin (#23)
1 parent 40eadba commit 94de4bf

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/release.yml

-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ jobs:
3636
server-password: MAVEN_CENTRAL_TOKEN # env variable for token in deploy
3737
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
3838
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
4139
- name: Semantic Release
4240
uses: cycjimmy/semantic-release-action@v4
4341
with:

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
<plugin>
103103
<groupId>org.apache.maven.plugins</groupId>
104104
<artifactId>maven-gpg-plugin</artifactId>
105-
<version>1.6</version>
105+
<version>3.2.7</version>
106106
<executions>
107107
<execution>
108108
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)