File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -27,15 +27,14 @@ jobs:
27
27
restore-keys : |
28
28
${{ runner.os }}-maven-
29
29
30
- - run : mvn --batch-mode --errors --debug clean verify
30
+ - run : mvn --batch-mode --errors --debug clean verify -DskipTests
31
31
32
32
33
33
env :
34
34
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
35
35
with :
36
36
asset_path : target/dbo-app-*.jar
37
37
asset_name : dbo-app.jar
38
- tag : ${{ github.ref }}
39
- overwrite : true
40
38
asset_content_type : application/java-archive
39
+ upload_url : ${{ steps.create_release.outputs.upload_url }}
41
40
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.acme.banking</groupId >
6
6
<artifactId >dbo-app</artifactId >
7
- <version >1.0.2 </version >
7
+ <version >1.0.3 </version >
8
8
<packaging >jar</packaging >
9
9
<parent >
10
10
<groupId >org.springframework.boot</groupId >
You can’t perform that action at this time.
0 commit comments