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 101ef2a commit e87b8b3Copy full SHA for e87b8b3
.github/workflows/maven-build.yml
@@ -24,6 +24,6 @@ jobs:
24
- name: Unshallow
25
run: git fetch --unshallow --quiet
26
- name: Build with Maven
27
- run: mvn -B deploy
+ run: mvn -B package
28
env:
29
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/maven-release.yml
@@ -23,7 +23,7 @@ jobs:
23
java-version: 11
- run: mvn -B package --file pom.xml
- name: "Release"
uses: softprops/action-gh-release@v2
0 commit comments