We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3845e5 commit 8c0d517Copy full SHA for 8c0d517
.github/workflows/maven.yml
@@ -17,6 +17,4 @@ jobs:
17
with:
18
java-version: 1.8
19
- name: Build with Maven
20
- run: mvn clean install
21
- - name: deploy to GitHub Packages
22
- run: mvn deploy
+ run: mvn clean install deploy
0 commit comments