From 4a2f77b0a61f77db31284f944a69f8de2b050c6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Tue, 16 Apr 2024 13:49:32 +0800 Subject: [PATCH] fix --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f2cdda0f..a61e42b0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,6 +44,7 @@ jobs: with: repository: 'NapNeko/NapCatQQ' submodules: true + ref: main token: ${{ secrets.NAPCAT_BUILD }} - name: Use Node.js 20.X uses: actions/setup-node@v4 @@ -76,6 +77,7 @@ jobs: with: repository: 'NapNeko/NapCatQQ' submodules: true + ref: main token: ${{ secrets.NAPCAT_BUILD }} - name: Use Node.js 20.X