Skip to content

Commit dc13e47

Browse files
committed
Release v0.0.1
1 parent fb2cd80 commit dc13e47

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Publish to the Maven Central Repository
2525
run: mvn -Prelease -DskipTests=true --batch-mode deploy
2626
env:
27-
MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
27+
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
2828

2929
- name: Create GitHub release
3030
uses: softprops/action-gh-release@v1

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,11 +213,10 @@
213213
<plugin>
214214
<groupId>org.apache.maven.plugins</groupId>
215215
<artifactId>maven-gpg-plugin</artifactId>
216-
<version>1.5</version>
216+
<version>1.6</version>
217217
<configuration>
218218
<!-- Prevent gpg from using pinentry programs -->
219219
<gpgArguments>
220-
<arg>--batch</arg>
221220
<arg>--pinentry-mode</arg>
222221
<arg>loopback</arg>
223222
</gpgArguments>

0 commit comments

Comments
 (0)