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 b0fb658 commit 367eb8cCopy full SHA for 367eb8c
.github/workflows/release.yml
@@ -10,17 +10,17 @@ jobs:
10
- uses: actions/[email protected]
11
with:
12
node-version: '12.12.0'
13
- - name: Publish Package
+ - name: Install Deps
14
env:
15
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
16
run: |
17
- echo Publishing to npm...
18
- yarn publish
19
- - name: Install Deps
+ yarn
+ - name: Publish Package
20
21
22
23
- yarn
+ echo Publishing to npm...
+ yarn publish
24
- name: Build Docs
25
26
0 commit comments