We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99f5886 commit 6af43f7Copy full SHA for 6af43f7
1 file changed
.github/workflows/deploy.yml
@@ -26,10 +26,14 @@ jobs:
26
- uses: actions/checkout@v2
27
with:
28
persist-credentials: false
29
- - name: Set up Node
+ - name: Set up Node and Build for Deploy
30
uses: actions/setup-node@v2
31
32
node-version: 14
33
+ - name: Install
34
+ run: yarn install --immutable
35
+ - name: Build
36
+ run: yarn run build
37
- name: Install Semantic Release dependencies
38
run: |
39
sudo apt-get install bumpversion
0 commit comments