Skip to content

Commit 7bc9978

Browse files
committed
chore: rename registry package to cli
1 parent 221ebaf commit 7bc9978

File tree

6 files changed

+90
-24
lines changed

6 files changed

+90
-24
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
node-version: lts/*
3434
registry-url: 'https://registry.npmjs.org'
3535

36-
- name: Publish packages/registry to npm
36+
- name: Publish packages/cli to npm
3737
env:
3838
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
39-
run: pnpm --filter ./packages/registry publish --access public --no-git-checks
39+
run: pnpm --filter ./packages/cli publish --access public --no-git-checks
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)