From 9479bb12cd0bc7c8f51bc18615a72e4dad0833e5 Mon Sep 17 00:00:00 2001 From: baurine <2008.hbl@gmail.com> Date: Tue, 9 Jul 2024 17:09:34 +0800 Subject: [PATCH 1/3] fix(ci): add access public config --- .github/workflows/release.yaml | 1 + package.json | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0901df5..3aa8871 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -4,6 +4,7 @@ on: push: branches: - main + - fix-ci jobs: release: diff --git a/package.json b/package.json index 6b4d219..3cc5e1a 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,10 @@ "dev": "pnpm -r --parallel dev", "build": "pnpm -r build", "test": "jest", - "release": "changeset publish --access public" + "release": "changeset publish" + }, + "publishConfig": { + "access": "public" }, "keywords": [ "tidbcloud", From 3c091ddb390656d20ecff19b12d4c19cd2dab509 Mon Sep 17 00:00:00 2001 From: baurine <2008.hbl@gmail.com> Date: Tue, 9 Jul 2024 17:13:58 +0800 Subject: [PATCH 2/3] fix(ci): config changeset --- .changeset/config.json | 2 +- package.json | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index 8639ae5..ab39b08 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -4,7 +4,7 @@ "commit": false, "fixed": [], "linked": [], - "access": "restricted", + "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", "ignore": [] diff --git a/package.json b/package.json index 3cc5e1a..22ab1a1 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,6 @@ "test": "jest", "release": "changeset publish" }, - "publishConfig": { - "access": "public" - }, "keywords": [ "tidbcloud", "sql", From f9330c6b7891775b2f93517ba0c1889edc3dd85b Mon Sep 17 00:00:00 2001 From: baurine <2008.hbl@gmail.com> Date: Tue, 9 Jul 2024 17:22:36 +0800 Subject: [PATCH 3/3] fix(ci): revert test code --- .github/workflows/release.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3aa8871..0901df5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -4,7 +4,6 @@ on: push: branches: - main - - fix-ci jobs: release: