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 411e91c commit b525d64
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/maven-publish-package-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@ jobs:

- uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.UPLOAD_RELEASE_ASSET }}
GITHUB_TOKEN: ${{ secrets.UPLOAD_RELEASE_ASSET }} # make PAT and then repository secret with its content
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: target/dbo-app.jar
asset_name: dbo-app.jar
asset_content_type: application/java-archive

0 comments on commit b525d64

Please sign in to comment.