Skip to content

Commit 4dabf61

Browse files
committed
Release v0.0.1
1 parent dc13e47 commit 4dabf61

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
run: mvn -Prelease -DskipTests=true --batch-mode deploy
2626
env:
2727
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
28+
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
29+
MAVEN_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
2830

2931
- name: Create GitHub release
3032
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)