Skip to content

Commit 55dd51a

Browse files
committed
Adding GitHub actions release build
1 parent acc6662 commit 55dd51a

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/release-github.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ jobs:
1919
cache: maven
2020
- name: Build with Maven
2121
run: mvn -B clean package
22-
- name: Deploy
23-
run: |
24-
mvn -B deploy -DskipTests --no-transfer-progress && break || sleep 30
22+
- name: Deploy Artifacts
23+
run: mvn -B deploy -DskipTests --no-transfer-progress
2524
env:
2625
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

zam-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
</configuration>
5151
<executions>
5252
<execution>
53-
<id>assemble-all</id>
53+
<id>make-assembly</id>
5454
<phase>package</phase>
5555
<goals>
5656
<goal>single</goal>

0 commit comments

Comments
 (0)