Skip to content

Commit cdcdc9c

Browse files
authored
fix(build): correctly format yaml file to publish built package (#4)
1 parent 6af43f7 commit cdcdc9c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
uses: actions/setup-node@v2
3131
with:
3232
node-version: 14
33-
- name: Install
34-
run: yarn install --immutable
35-
- name: Build
36-
run: yarn run build
33+
- name: Install Dependencies
34+
run: yarn install --immutable
35+
- name: Build
36+
run: yarn run build
3737
- name: Install Semantic Release dependencies
3838
run: |
3939
sudo apt-get install bumpversion

0 commit comments

Comments
 (0)