Skip to content

Commit 64dd89d

Browse files
committed
New release: v2.0.0
1 parent 87bdf64 commit 64dd89d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ jobs:
3737
with:
3838
node-version: 12
3939
registry-url: https://registry.npmjs.org/
40+
41+
- name: Install dependencies
42+
run: npm install
43+
4044
- run: npm publish
4145
env:
4246
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)