Skip to content

Commit

Permalink
chore: debug puslish error
Browse files Browse the repository at this point in the history
  • Loading branch information
Oluwatunmise-olat committed Jan 27, 2024
1 parent eb4e697 commit 3b36b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
java-version: '17'
distribution: 'adopt'
- name: Publish Package
run: mvn --batch-mode deploy
run: mvn --batch-mode deploy -e -X
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}

0 comments on commit 3b36b70

Please sign in to comment.