From ddcbe78a0108393b61362f0a773436e1f43657b9 Mon Sep 17 00:00:00 2001 From: linyuchen Date: Wed, 17 Apr 2024 18:40:49 +0800 Subject: [PATCH] chore: release.yml --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 45baf12a..ea5d374b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,9 +43,9 @@ jobs: uses: actions/checkout@v4 with: repository: 'NapNeko/NapCatQQ' - submodules: false + submodules: true ref: main - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.NAPCAT_BUILD }} - name: Use Node.js 20.X uses: actions/setup-node@v4 with: @@ -78,7 +78,7 @@ jobs: repository: 'NapNeko/NapCatQQ' submodules: true ref: main - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.NAPCAT_BUILD }} - name: Use Node.js 20.X uses: actions/setup-node@v4