Skip to content

Commit

Permalink
fix GH deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
vdsirotkin committed Jun 3, 2024
1 parent b021ae9 commit 150f074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
server-password: MAVEN_CENTRAL_TOKEN # env variable for token in deploy
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
cache: maven-deploy
cache: maven

- name: Publish to Apache Maven Central
run: mvn deploy --file pom.xml
Expand Down

0 comments on commit 150f074

Please sign in to comment.