Skip to content

Commit 75570a8

Browse files
author
Eugene Krivosheev
committed
Fix GitHub publish.
1 parent c24ab6c commit 75570a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3535
with:
36-
upload_url: "https://uploads.github.com/repos/eugene-krivosheyev/agile-practices-application/releases/${{ github.ref }}/assets{?name,label}"
36+
upload_url: ${{ github.event.release.upload_url }}
3737
asset_path: target/dbo-app.jar
3838
asset_name: dbo-app.jar
3939
asset_content_type: application/java-archive

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.8</version>
7+
<version>1.0.9</version>
88
<packaging>jar</packaging>
99
<parent>
1010
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)