Skip to content

Commit

Permalink
chore: fix release ci
Browse files Browse the repository at this point in the history
  • Loading branch information
baurine committed Jun 7, 2024
1 parent 7a8930d commit 7667cd3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
with:
node-version: '20'
cache: 'pnpm'
registry-url: 'https://npm.pkg.github.com'
scope: '@tidbcloud'

- name: Install Dependencies
run: pnpm i
Expand All @@ -35,3 +37,4 @@ jobs:
publish: pnpm release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7667cd3

Please sign in to comment.