Skip to content

Commit 7ece14d

Browse files
authored
Merge pull request #8 from sushobhit-lt/stage
fix CI/CD
2 parents 28dfcc3 + 2bf53bf commit 7ece14d

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)