Skip to content

Commit 815c31d

Browse files
committed
fix cli publish workflow
1 parent 815e77f commit 815c31d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish-cli.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
with:
1313
node-version: '16.x'
1414
registry-url: 'https://registry.npmjs.org'
15+
- run: cd cli
1516
- run: yarn ci
1617
- run: yarn build
1718
- run: yarn publish

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "noclify",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"main": "dist/index.js",
55
"bin": {
66
"noclify": "dist/index.js"

0 commit comments

Comments
 (0)