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 75570a8 commit 226a1c4
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 @@ -31,7 +31,7 @@ jobs:

- uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ci-upload-release }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: target/dbo-app.jar
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.9</version>
<version>1.0.10</version>
<packaging>jar</packaging>
<parent>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit 226a1c4

Please sign in to comment.