Skip to content

Commit 2bf53bf

Browse files
committed
fix CI/CD
1 parent 64215e3 commit 2bf53bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@ jobs:
2525
node-version: 16.x
2626
registry-url: https://registry.npmjs.org/
2727

28-
- name: Publish Logger Package
28+
- name: Publish Core Package
2929
run: |
3030
ls -la
31-
cd packages/logger
31+
cd packages/core
3232
npm install
3333
npm publish --access public
3434
env:
3535
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
3636

37-
- name: Publish Logger Package
37+
- name: Publish CLI Package
3838
run: |
3939
ls -la
40-
cd packages/logger
40+
cd packages/cli
4141
npm install
4242
npm publish --access public
4343
env:

0 commit comments

Comments
 (0)