From 9cf532961e785f55472730cb1ed748f0c841374f Mon Sep 17 00:00:00 2001 From: Xiaoxing Hu Date: Mon, 29 May 2023 19:54:46 +1200 Subject: [PATCH] update release pipeline --- .github/workflows/release.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 656f2737..d0816ce9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,14 +41,5 @@ jobs: title: 'chore: update versions' publish: pnpm ci:publish env: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} - - - name: Create Release Pull Request or Publish to npm - id: changesets - uses: changesets/action@master - with: - # This expects you to have a script called release which does a build for your packages and calls changeset publish - version: yarn version-packages - publish: yarn release - env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}