Skip to content

Commit

Permalink
feat: push to maven central
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasM95 committed May 21, 2024
1 parent 5368241 commit be5d5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
passphrase: ${{ secrets.MAVEN_GPG_PASSPHRASE }}

- name: Publish to the Maven Central Repository
run: ./mvnw deploy -DskipTests
run: ./mvnw deploy -DskipTests -Dgpg.passphrase=${{ secrets.MAVEN_GPG_PASSPHRASE }}

- name: Update CHANGELOG.md
if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit be5d5ae

Please # to comment.