Skip to content

Commit

Permalink
Merge pull request #57 from tidbcloud/chore/publish-to-npm
Browse files Browse the repository at this point in the history
chore: update ci to publish packages to npm
  • Loading branch information
baurine authored Jul 9, 2024
2 parents bac9de7 + ca2287c commit e34afec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
with:
node-version: '20'
cache: 'pnpm'
registry-url: 'https://npm.pkg.github.com'
scope: '@tidbcloud'

- name: Install Dependencies
run: pnpm i
Expand All @@ -38,4 +36,4 @@ jobs:
publish: pnpm release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_REG_PUBLISH_TOKEN }}

0 comments on commit e34afec

Please sign in to comment.