Skip to content

Commit

Permalink
Update publish-java.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
4ever2 authored Nov 4, 2023
1 parent ecacac4 commit b14107e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
distribution: 'zulu'
cache: maven
- name: Publish package
run: mvn deploy
run: cd ijplugin && mvn deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b14107e

Please sign in to comment.