Skip to content

Commit e87b8b3

Browse files
committed
correct build in actions
1 parent 101ef2a commit e87b8b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
- name: Unshallow
2525
run: git fetch --unshallow --quiet
2626
- name: Build with Maven
27-
run: mvn -B deploy
27+
run: mvn -B package
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/maven-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
java-version: 11
2424

2525
- name: Build with Maven
26-
run: mvn -B package --file pom.xml
26+
run: mvn -B package
2727

2828
- name: "Release"
2929
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)