Skip to content

Commit abc9837

Browse files
author
Eugene Krivosheev
committed
Fix GitHub publish.
1 parent 612ce85 commit abc9837

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/maven-publish-package-on-release.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,14 @@ jobs:
2727
restore-keys: |
2828
${{ runner.os }}-maven-
2929
30-
- run: mvn --batch-mode --errors --debug clean verify
30+
- run: mvn --batch-mode --errors --debug clean verify -DskipTests
3131

3232
- uses: actions/[email protected]
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3535
with:
3636
asset_path: target/dbo-app-*.jar
3737
asset_name: dbo-app.jar
38-
tag: ${{ github.ref }}
39-
overwrite: true
4038
asset_content_type: application/java-archive
39+
upload_url: ${{ steps.create_release.outputs.upload_url }}
4140

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.acme.banking</groupId>
66
<artifactId>dbo-app</artifactId>
7-
<version>1.0.2</version>
7+
<version>1.0.3</version>
88
<packaging>jar</packaging>
99
<parent>
1010
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)