mirror of
https://github.com/chmln/sd
synced 2024-11-10 05:34:14 +00:00
Merge pull request #293 from chmln/dependabot/github_actions/svenstaro/upload-release-action-2.9.0
Bump svenstaro/upload-release-action from 2.7.0 to 2.9.0
This commit is contained in:
commit
3dc437add8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
@ -116,7 +116,7 @@ jobs:
|
|||
fi
|
||||
|
||||
- name: Upload binaries to release
|
||||
uses: svenstaro/upload-release-action@2.7.0
|
||||
uses: svenstaro/upload-release-action@2.9.0
|
||||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
file: ${{ env.ASSET }}
|
||||
|
|
Loading…
Reference in a new issue