Skip to content

Commit 7404ed0

Browse files
Update npm-publish.yml
1 parent a78a311 commit 7404ed0

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
@@ -25,7 +25,6 @@ jobs:
2525
with:
2626
node-version: 12
2727
registry-url: https://registry.npmjs.org/
28-
- run: npm ci
2928
- run: npm publish
3029
env:
3130
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
@@ -39,7 +38,6 @@ jobs:
3938
with:
4039
node-version: 12
4140
registry-url: https://npm.pkg.github.com/
42-
- run: npm ci
4341
- run: npm publish
4442
env:
4543
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)