Skip to content

Commit ccf67a4

Browse files
committed
Remove build step from release step
npm publish includes the built and test steps
1 parent 220ddd9 commit ccf67a4

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,6 @@ on:
55
types: [created]
66

77
jobs:
8-
build:
9-
runs-on: ubuntu-latest
10-
steps:
11-
- uses: actions/checkout@v2
12-
- uses: actions/setup-node@v1
13-
with:
14-
node-version: 8
15-
- run: npm ci
16-
- run: npm test
17-
188
publish-npm:
199
needs: build
2010
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)