Skip to content

Commit 21d5733

Browse files
authored
Update npm-publish.yml
1 parent 3d9e32b commit 21d5733

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
with:
2727
node-version: 14
2828
registry-url: https://registry.npmjs.org/
29-
- run: npm ci
3029
- run: npm publish
3130
env:
3231
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
@@ -43,7 +42,6 @@ jobs:
4342
with:
4443
node-version: 14
4544
registry-url: https://npm.pkg.github.com/
46-
- run: npm ci
4745
- run: npm publish
4846
env:
4947
NODE_AUTH_TOKEN: ${{secrets.GIT_TOKEN}}

0 commit comments

Comments
 (0)