Skip to content

Commit e556115

Browse files
committed
Release v0.0.3
1 parent e517f1d commit e556115

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Publish to Apache Maven Central
3939
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
40-
run: mvn -DskipTests --batch-mode deploy
40+
run: mvn -DskipTests --batch-mode deploy -Dgpg.passphrase=${{ secrets.MAVEN_GPG_PASSPHRASE }}
4141
env:
4242
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
4343
OSSRH_PASSWORD: ${{ secrets.OSSRH_TOKEN }}

pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -144,13 +144,6 @@
144144
</goals>
145145
</execution>
146146
</executions>
147-
<configuration>
148-
<!-- Prevent gpg from using pinentry programs -->
149-
<gpgArguments>
150-
<arg>--pinentry-mode</arg>
151-
<arg>loopback</arg>
152-
</gpgArguments>
153-
</configuration>
154147
</plugin>
155148

156149
</plugins>

0 commit comments

Comments
 (0)