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 6af43f7 commit cdcdc9cCopy full SHA for cdcdc9c
.github/workflows/deploy.yml
@@ -30,10 +30,10 @@ jobs:
30
uses: actions/setup-node@v2
31
with:
32
node-version: 14
33
- - name: Install
34
- run: yarn install --immutable
35
- - name: Build
36
- run: yarn run build
+ - name: Install Dependencies
+ run: yarn install --immutable
+ - name: Build
+ run: yarn run build
37
- name: Install Semantic Release dependencies
38
run: |
39
sudo apt-get install bumpversion
0 commit comments