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 7f76190 commit 612ce85
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 @@ -29,7 +29,7 @@ jobs:
- run: mvn --batch-mode --errors --debug clean verify

- uses: actions/upload-release-asset@v2
- uses: actions/upload-release-asset@v1.0.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
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.1</version>
<version>1.0.2</version>
<packaging>jar</packaging>
<parent>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit 612ce85

Please sign in to comment.