We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8fb4cd commit 5a3c566Copy full SHA for 5a3c566
.github/workflows/npm-publish.yml
@@ -14,10 +14,10 @@ jobs:
14
uses: actions/setup-node@master
15
with:
16
node-version: '12'
17
- - name: Install packages
18
- run: yarn
19
- name: Install example packages
20
run: cd example; yarn
+ - name: Install packages
+ run: yarn
21
- name: Publish if version has been updated
22
uses: pascalgn/npm-publish-action@4f4bf159e299f65d21cd1cbd96fc5d53228036df
23
with: # All of theses inputs are optional
0 commit comments