Skip to content

Commit 627cd4b

Browse files
author
Eugene Krivosheev
committed
Fix GitHub publish.
1 parent 0afaf09 commit 627cd4b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3535
with:
3636
upload_url: "-"
37-
asset_path: target/dbo-app-*.jar
37+
asset_path: target/dbo-app.jar
3838
asset_name: dbo-app.jar
3939
asset_content_type: application/java-archive
4040

pom.xml

+2-2
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.6</version>
7+
<version>1.0.7</version>
88
<packaging>jar</packaging>
99
<parent>
1010
<groupId>org.springframework.boot</groupId>
@@ -24,7 +24,7 @@
2424
</properties>
2525

2626
<build>
27-
<finalName>${project.artifactId}-${project.version}</finalName>
27+
<finalName>${project.artifactId}</finalName>
2828

2929
<pluginManagement>
3030
<plugins>

0 commit comments

Comments
 (0)