Skip to content

Commit b335a6d

Browse files
authored
ci: use mvn "package" instead of "deploy"
1 parent aca0e80 commit b335a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
distribution: 'temurin'
3030
cache: maven
3131
- name: Build with Maven
32-
run: mvn -B deploy jreleaser:assemble -Prelease --file pom.xml
32+
run: mvn -B package jreleaser:assemble -Prelease --file pom.xml
3333

3434
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
3535
- name: Update dependency graph

0 commit comments

Comments
 (0)