From 0eb3795ec8139ca621303420b26a6667f0df963e Mon Sep 17 00:00:00 2001 From: zanllp Date: Sun, 21 Jul 2024 04:11:58 +0800 Subject: [PATCH 1/2] Update tsconfig.json --- tsconfig.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index 8669bdc..972a690 100755 --- a/tsconfig.json +++ b/tsconfig.json @@ -39,3 +39,5 @@ "node_modules" ] } + + From 555f3e884bc74ae5533df40e321a77852e82a4e1 Mon Sep 17 00:00:00 2001 From: zanllp Date: Sun, 21 Jul 2024 04:12:19 +0800 Subject: [PATCH 2/2] Update pusblish.yml --- .github/workflows/pusblish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pusblish.yml b/.github/workflows/pusblish.yml index 4827a75..343b18f 100644 --- a/.github/workflows/pusblish.yml +++ b/.github/workflows/pusblish.yml @@ -2,7 +2,7 @@ name: Publish on: push: - branches: [ main ] + branches: [ master ] jobs: build: @@ -51,4 +51,4 @@ jobs: token: ${{ secrets.PAT }} labels: | automated pr - assignees: zanllp \ No newline at end of file + assignees: zanllp