Skip to content

Commit

Permalink
Fix GitHub publish.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Krivosheev committed Sep 24, 2021
1 parent 627cd4b commit c24ab6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish-package-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: "-"
upload_url: "https://uploads.github.com/repos/eugene-krivosheyev/agile-practices-application/releases/${{ github.ref }}/assets{?name,label}"
asset_path: target/dbo-app.jar
asset_name: dbo-app.jar
asset_content_type: application/java-archive
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.acme.banking</groupId>
<artifactId>dbo-app</artifactId>
<version>1.0.7</version>
<version>1.0.8</version>
<packaging>jar</packaging>
<parent>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit c24ab6c

Please sign in to comment.