Skip to content

Commit ead22b9

Browse files
committed
chore(workflow): remove install deps
1 parent eb5b33c commit ead22b9

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,7 +15,6 @@ jobs:
1515
- uses: actions/setup-node@v1
1616
with:
1717
node-version: 12
18-
- run: npm ci
1918

2019
publish-npm:
2120
needs: build
@@ -26,7 +25,6 @@ jobs:
2625
with:
2726
node-version: 12
2827
registry-url: https://registry.npmjs.org/
29-
- run: npm ci
3028
- run: npm publish
3129
env:
3230
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
@@ -40,7 +38,6 @@ jobs:
4038
with:
4139
node-version: 12
4240
registry-url: https://npm.pkg.github.com/
43-
- run: npm ci
4441
- run: npm publish
4542
env:
4643
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)