Skip to content

Commit

Permalink
Fix GH release upload
Browse files Browse the repository at this point in the history
  • Loading branch information
kwart committed Jan 6, 2025
1 parent 7309f21 commit 0ede7d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/do-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,8 @@ jobs:
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}

- name: Upload binaries to release
uses: svenstaro/upload-release-action@483c1e56f95e88835747b1c7c60581215016cbf2
uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: distribution/target/upload/*
file_glob: true
tag: ${{ steps.maven_release.outputs.TAG }}
Expand Down

0 comments on commit 0ede7d0

Please sign in to comment.