Skip to content

Commit 7e8c3e6

Browse files
committed
Release v0.0.1
1 parent 582f8c2 commit 7e8c3e6

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
@@ -23,6 +23,8 @@ jobs:
2323

2424
- name: Publish to the Maven Central Repository
2525
run: mvn -Prelease -DskipTests=true --batch-mode deploy
26+
env:
27+
MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
2628

2729
- name: Create GitHub release
2830
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)