Skip to content

Commit

Permalink
Merge pull request #15 from ckipp01/gpg
Browse files Browse the repository at this point in the history
fix: try with new gpg-plugin version
  • Loading branch information
ckipp01 authored Dec 9, 2022
2 parents 5bfdaa1 + 80edde4 commit e2ce68d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: mvn install -DskipTests

- name: Publish to Apache Maven Central
run: mvn release:prepare release:perform -DskipTests -DreleaseVersion=${{github.event.inputs.version}} -Prelease -Dgpg.passphrase=${{secrets.PGP_PASSPHRASE}}
run: mvn release:prepare release:perform -DskipTests -DreleaseVersion=${{github.event.inputs.version}} -Prelease
env:
MAVEN_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
MAVEN_CENTRAL_TOKEN: ${{ secrets.SONATYPE_PASSWORD }}
Expand Down
8 changes: 1 addition & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<configuration>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
<version>3.0.1</version>
<executions>
<execution>
<phase>verify</phase>
Expand Down

0 comments on commit e2ce68d

Please sign in to comment.