chore: release script

This commit is contained in:
手瓜一十雪 2024-05-03 21:51:42 +08:00
parent afd8c59f83
commit b037644e5a

View File

@ -45,7 +45,7 @@ jobs:
repository: 'NapNeko/NapCatQQ'
submodules: true
ref: main
token: ${{ secrets.NAPCAT_BUILD }}
token: ${{ secrets.GITHUB_TOKEN }}
- name: Use Node.js 20.X
uses: actions/setup-node@v4
with:
@ -80,7 +80,7 @@ jobs:
repository: 'NapNeko/NapCatQQ'
submodules: true
ref: main
token: ${{ secrets.NAPCAT_BUILD }}
token: ${{ secrets.GITHUB_TOKEN }}
- name: Use Node.js 20.X
uses: actions/setup-node@v4