mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-03-24 04:37:40 +00:00
Update action-gh-release to version 2
This commit is contained in:
parent
0c787c30b3
commit
a5965af8b9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/buildapp.yml
vendored
2
.github/workflows/buildapp.yml
vendored
|
|
@ -216,7 +216,7 @@ jobs:
|
|||
- name: Create Draft Release
|
||||
if: ${{ inputs.create_release }}
|
||||
id: create_release
|
||||
uses: softprops/action-gh-release@v2.2.0
|
||||
uses: softprops/action-gh-release@v2
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue