Skip to content

Commit 441d05e

Browse files
committed
install before publish
1 parent 88675be commit 441d05e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tagged_release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
uses: actions/setup-node@v2
4949
with:
5050
node-version: 14
51+
- name: Install
52+
run: npm ci
5153
- name: Publish tagged release
5254
uses: JS-DevTools/npm-publish@v1
5355
with:

0 commit comments

Comments
 (0)