chore: release not need git submodule

This commit is contained in:
linyuchen 2024-04-17 18:37:11 +08:00
parent d7d2b06ecc
commit 00b6c964e2

View File

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