Skip to content

Commit 4c48b99

Browse files
authored
Update npm-publish.yml
1 parent 02d5934 commit 4c48b99

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/npm-publish.yml

-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
with:
1717
node-version: 12
1818
registry-url: https://registry.npmjs.org/
19-
- run: npm ci
2019
- run: npm publish
2120
env:
2221
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
@@ -32,7 +31,6 @@ jobs:
3231
with:
3332
node-version: 12
3433
registry-url: https://npm.pkg.github.com/
35-
- run: npm ci
3634
- run: npm publish
3735
env:
3836
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)