Skip to content

Commit 63b816e

Browse files
authored
Update maven_publish.yml
1 parent 981f425 commit 63b816e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven_publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Publish package to the Maven Central Repository
22
on:
33
release:
4-
types: [created]
4+
types: [published]
55
jobs:
66
publish:
77
runs-on: ubuntu-latest
@@ -24,4 +24,4 @@ jobs:
2424
env:
2525
MAVEN_USERNAME: ${{ secrets.CENTRAL_TOKEN_USERNAME }}
2626
MAVEN_PASSWORD: ${{ secrets.CENTRAL_TOKEN_PASSWORD }}
27-
MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_SIGNING_KEY_PASSWORD }}
27+
MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_SIGNING_KEY_PASSWORD }}

0 commit comments

Comments
 (0)