8000 Update publish.yml · sauravhathi/github-folder-tree@e29070c · GitHub
[go: up one dir, main page]

Skip to content

Commit e29070c

Browse files
authored
Update publish.yml
1 parent aa9a548 commit e29070c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/setup-node@v3
1616
with:
1717
node-version: 16
18-
- run: npm ci
18+
- run: npm install
1919

2020
publish-npm:
2121
needs: build
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
node-version: 16
2828
registry-url: https://registry.npmjs.org/
29-
- run: npm ci
29+
- run: npm install
3030
- run: npm run build
3131
- run: npm publish
3232
env:

0 commit comments

Comments
 (0)
0