mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-05-23 07:32:20 +00:00
Downgrade action-gh-release from v4 to v3
This commit is contained in:
parent
b873e304ed
commit
693bf60fb7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main3.yml
vendored
2
.github/workflows/main3.yml
vendored
|
|
@ -160,7 +160,7 @@ jobs:
|
|||
|
||||
- name: Create Release
|
||||
if: ${{ inputs.create_release }}
|
||||
uses: softprops/action-gh-release@v4 # ← 修正済み
|
||||
uses: softprops/action-gh-release@v3 # ← 修正済み
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue