We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f11700 commit a053d1cCopy full SHA for a053d1c
.github/workflows/workflow-release.yaml
@@ -26,7 +26,7 @@ jobs:
26
- name: Maven Build
27
run: mvn clean install
28
- name: Publish package
29
- run: mvn --batch-mode clean install
+ run: mvn --batch-mode deploy
30
env:
31
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32
- name: Set up Docker Buildx
0 commit comments