From 705ecd1ef182df43a39fe8778b3635cf0c4240a9 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: Mon, 15 Apr 2024 11:26:11 +0800 Subject: [PATCH] fix:build --- .github/workflows/build.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f2d67937..5663385c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: - name: Clone Main Repository uses: actions/checkout@v4 with: - repository: 'NapNeko/NapCat' + repository: 'NapNeko/NapCatQQ' submodules: true token: ${{ secrets.NAPCAT_BUILD }} - name: Use Node.js 20.X @@ -46,7 +46,7 @@ jobs: - name: Clone Main Repository uses: actions/checkout@v4 with: - repository: 'NapNeko/NapCat' + repository: 'NapNeko/NapCatQQ' submodules: true token: ${{ secrets.NAPCAT_BUILD }} - name: Use Node.js 20.X diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b0170a50..3feeb1df 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: - name: Clone Main Repository uses: actions/checkout@v4 with: - repository: 'NapNeko/NapCat' + repository: 'NapNeko/NapCatQQ' submodules: true token: ${{ secrets.NAPCAT_BUILD }} - name: Use Node.js 20.X @@ -46,7 +46,7 @@ jobs: - name: Clone Main Repository uses: actions/checkout@v4 with: - repository: 'NapNeko/NapCat' + repository: 'NapNeko/NapCatQQ' submodules: true token: ${{ secrets.NAPCAT_BUILD }} - name: Use Node.js 20.X diff --git a/package.json b/package.json index c326649e..cdc6e7e0 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "napcat", "private": true, "type": "module", - "version": "1.0.1", + "version": "1.0.2", "scripts": { "watch:dev": "vite --mode development", "watch:prod": "vite --mode production",