Skip to content

Commit

Permalink
release workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Akatsuki06 committed May 31, 2021
1 parent 8f11700 commit 26de9cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Maven Build
run: mvn clean install
- name: Publish package
run: mvn --batch-mode clean install
run: mvn --batch-mode deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Set up Docker Buildx
Expand Down

0 comments on commit 26de9cd

Please sign in to comment.