Skip to content

Commit

Permalink
fix working-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
DQinYuan committed May 2, 2024
1 parent 8c631af commit 1fb8b2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
gpg-passphrase: 'MAVEN_GPG_PASSPHRASE'
gpg-private-key: ${{ secrets.GPG_SECRET }}
- name: Publish to Maven Central Repo
working-directory: /home/runner
run: mvn clean deploy --batch-mode --activate-profiles deploy
env:
OSSRH_USER: ${{ secrets.OSSRH_USER }}
Expand Down

0 comments on commit 1fb8b2a

Please sign in to comment.