We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6300d3f + 90bc2c0 commit e262e45Copy full SHA for e262e45
.github/workflows/publish.yml
@@ -11,7 +11,7 @@ name: Publish library to Maven Central Repository
11
12
on:
13
release:
14
- types: [ created ]
+ types: [created]
15
secrets:
16
MAVEN_USERNAME:
17
required: true
@@ -44,8 +44,8 @@ jobs:
44
gpg-passphrase: MAVEN_GPG_PASSPHRASE
45
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
46
47
- - name: Clean, build and publish to Apache Maven Central
48
- run: make publish pass=${{ secrets.MAVEN_GPG_PASSPHRASE }}
+ - name: Publish to Apache Maven Central
+ run: mvn deploy
49
env:
50
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
51
MAVEN_CENTRAL_TOKEN: ${{ secrets.MAVEN_CENTRAL_TOKEN }}
0 commit comments