From 9073eaf9ad9f16b2b88213652cfb1b774429d543 Mon Sep 17 00:00:00 2001 From: Cheton Wu Date: Mon, 22 Jul 2024 10:25:48 +0800 Subject: [PATCH] ci(changesets): enable package publishing workflow --- .github/workflows/changesets-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/changesets-release.yml b/.github/workflows/changesets-release.yml index 5c0fc238ba..46addc8235 100644 --- a/.github/workflows/changesets-release.yml +++ b/.github/workflows/changesets-release.yml @@ -52,9 +52,9 @@ jobs: title: "chore(release): version packages" commit: "chore(release): version packages [skip ci]" # This expects you to have a script called release which does a build for your packages and calls `changeset publish` - # publish: yarn ci-publish + publish: yarn ci-publish # This expects you to have a script called version that runs some logic and then calls `changeset version`. # version: yarn changeset version env: GITHUB_TOKEN: ${{ env.GITHUB_TOKEN }} - #NPM_TOKEN: ${{ env.NPM_TOKEN }} + NPM_TOKEN: ${{ env.NPM_TOKEN }}