Skip to content
This repository has been archived by the owner on Nov 12, 2023. It is now read-only.

Commit

Permalink
chore(deps): update shogo82148/actions-upload-release-asset action to…
Browse files Browse the repository at this point in the history
… v1.6.1
  • Loading branch information
renovate-bot authored and renovate[bot] committed Mar 25, 2022
1 parent 334a965 commit ca43ae9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
body: ${{ steps.tag_version.outputs.changelog }}

- name: Upload Release Asset
uses: shogo82148/actions-upload-release-asset@v1.6.0
uses: shogo82148/actions-upload-release-asset@v1.6.1
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: target/*.jar
Expand All @@ -79,7 +79,7 @@ jobs:
sha256sum *.jar > sha256sum.txt
- name: Upload Release Asset sha256sum.txt
uses: shogo82148/actions-upload-release-asset@v1.6.0
uses: shogo82148/actions-upload-release-asset@v1.6.1
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: target/sha256sum.txt
Expand Down

0 comments on commit ca43ae9

Please sign in to comment.