Skip to content

Commit

Permalink
chore: update ci to publish packages to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
baurine committed Jul 9, 2024
1 parent bac9de7 commit ca2287c
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 ca2287c

Please sign in to comment.