Skip to content

Commit 12c7273

Browse files
authored
Update npm-publish.yml
1 parent c9b263f commit 12c7273

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/npm-publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
- uses: actions/setup-node@v3
1616
with:
1717
node-version: 16
18-
- run: npm ci
19-
- run: npm test
2018

2119
publish-npm:
2220
needs: build
@@ -27,7 +25,6 @@ jobs:
2725
with:
2826
node-version: 16
2927
registry-url: https://registry.npmjs.org/
30-
- run: npm ci
3128
- run: npm publish
3229
env:
3330
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)