Skip to content

Commit 5a3c566

Browse files
committed
Release 0.1.10
1 parent a8fb4cd commit 5a3c566

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
uses: actions/setup-node@master
1515
with:
1616
node-version: '12'
17-
- name: Install packages
18-
run: yarn
1917
- name: Install example packages
2018
run: cd example; yarn
19+
- name: Install packages
20+
run: yarn
2121
- name: Publish if version has been updated
2222
uses: pascalgn/npm-publish-action@4f4bf159e299f65d21cd1cbd96fc5d53228036df
2323
with: # All of theses inputs are optional

0 commit comments

Comments
 (0)