Skip to content

Commit ced15f5

Browse files
committed
ci: trying to fix ci
1 parent bd526c9 commit ced15f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
node-version: 18
5151
cache: 'yarn'
52-
- name: yarn install
52+
- run: yarn install
5353
- run: yarn run semantic-release -e semantic-release-monorepo
5454
name: Release Server
5555
working-directory: ./server
@@ -76,7 +76,7 @@ jobs:
7676
with:
7777
node-version: 18
7878
cache: 'yarn'
79-
- name: yarn install
79+
- run: yarn install
8080
- run: yarn run semantic-release -e semantic-release-monorepo
8181
name: Release Server
8282
working-directory: ./client

0 commit comments

Comments
 (0)