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 aca0e80 commit b335a6dCopy full SHA for b335a6d
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
distribution: 'temurin'
30
cache: maven
31
- name: Build with Maven
32
- run: mvn -B deploy jreleaser:assemble -Prelease --file pom.xml
+ run: mvn -B package jreleaser:assemble -Prelease --file pom.xml
33
34
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
35
- name: Update dependency graph
0 commit comments