mirror of
https://github.com/xopenwrt/X-OpenWrt-New.git
synced 2026-09-18 08:20:11 +00:00
改进和优化(by teasiu)
This commit is contained in:
@@ -144,7 +144,7 @@ jobs:
|
||||
uses: softprops/action-gh-release@v1
|
||||
if: env.UPLOAD_RELEASE == 'true' && !cancelled()
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
tag_name: AutoUpdate
|
||||
body_path: update_log.txt
|
||||
|
||||
@@ -144,7 +144,7 @@ jobs:
|
||||
uses: softprops/action-gh-release@v1
|
||||
if: env.UPLOAD_RELEASE == 'true' && !cancelled()
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
tag_name: AutoUpdate
|
||||
body_path: update_log.txt
|
||||
|
||||
Reference in New Issue
Block a user