We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acc6662 commit 55dd51aCopy full SHA for 55dd51a
2 files changed
.github/workflows/release-github.yml
@@ -19,8 +19,7 @@ jobs:
19
cache: maven
20
- name: Build with Maven
21
run: mvn -B clean package
22
- - name: Deploy
23
- run: |
24
- mvn -B deploy -DskipTests --no-transfer-progress && break || sleep 30
+ - name: Deploy Artifacts
+ run: mvn -B deploy -DskipTests --no-transfer-progress
25
env:
26
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
zam-demo/pom.xml
@@ -50,7 +50,7 @@
50
</configuration>
51
<executions>
52
<execution>
53
- <id>assemble-all</id>
+ <id>make-assembly</id>
54
<phase>package</phase>
55
<goals>
56
<goal>single</goal>
0 commit comments