Skip to content

Commit 082cba5

Browse files
authored
Update release.yml
1 parent 948623b commit 082cba5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@ jobs:
1818
distribution: "temurin"
1919
cache: maven
2020
- name: Build with Maven
21-
run: mvn -B package --file pom.xml
22-
23-
- name: Run unit tests
24-
run: mvn test
21+
run: mvn clean compile assembly:single --file pom.xml
2522

2623
- name: Upload artifact to release
2724
uses: svenstaro/upload-release-action@v2

0 commit comments

Comments
 (0)