From 2797dda3fba37420e821db4ffb3457cb1dda203a Mon Sep 17 00:00:00 2001 From: CY Date: Fri, 13 Sep 2024 16:49:13 +0800 Subject: [PATCH] chore: ci --- .changeset/config.json | 2 +- .github/workflows/ci.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index 2dc09cb7..763e2a98 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -7,5 +7,5 @@ "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": [] + "ignore": ["@oplayer/full"] } diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8efb9ae7..08db0043 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,6 +49,7 @@ jobs: - name: create versions or publish to npm registry uses: changesets/action@v1 + id: changesets with: publish: pnpm release commit: 'ci(changeset): release oplayer'