Skip to content

Commit 4a8877d

Browse files
authored
Update npm-publish.yml
1 parent dafa777 commit 4a8877d

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/npm-publish.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,6 @@ on:
88
types: [created]
99

1010
jobs:
11-
build:
12-
runs-on: ubuntu-latest
13-
steps:
14-
- uses: actions/checkout@v2
15-
- uses: actions/setup-node@v1
16-
with:
17-
node-version: 12
18-
- run: npm ci
19-
- run: npm test
20-
2111
publish-npm:
2212
needs: build
2313
runs-on: ubuntu-latest
@@ -27,7 +17,6 @@ jobs:
2717
with:
2818
node-version: 12
2919
registry-url: https://registry.npmjs.org/
30-
- run: npm ci
3120
- run: npm publish
3221
env:
3322
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
@@ -41,7 +30,6 @@ jobs:
4130
with:
4231
node-version: 12
4332
registry-url: https://npm.pkg.github.com/
44-
- run: npm ci
4533
- run: npm publish
4634
env:
4735
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)