Skip to content

Commit 0b3e531

Browse files
committed
Release v0.0.3
1 parent a84291a commit 0b3e531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 deploy
40+
run: mvn -DskipTests deploy -Dgpg.passphrase=${{ secrets.MAVEN_GPG_PASSPHRASE }}
4141
env:
4242
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
4343
OSSRH_PASSWORD: ${{ secrets.OSSRH_TOKEN }}

0 commit comments

Comments
 (0)