Skip to content

Commit f669b73

Browse files
committed
fix: github actions
1 parent ebe4b8d commit f669b73

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
node-version: ${{ matrix.node }}
2222
- name: Install Deps
23-
run: npm run install
23+
run: npm install
2424
- name: Validate package
2525
run: npm run validate
2626

@@ -34,5 +34,7 @@ jobs:
3434
uses: actions/setup-node@v2-beta
3535
with:
3636
node-version: 12.x
37+
- name: Install Deps
38+
run: npm install
3739
- name: Update tests, coverage, and release
3840
run: npm run test:update && npx codecov && npx semantic-release

0 commit comments

Comments
 (0)