Skip to content

Commit

Permalink
Update publish-client.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YohannParis committed Apr 17, 2024
1 parent 6b3b59c commit 6304831
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,10 @@ jobs:

steps:
- name: Setup Docker on macOS
run: brew install docker
run: |
brew install \
docker \
yarn
- name: Login to registry
uses: docker/login-action@v3
Expand All @@ -89,7 +92,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20.10.0
cache: 'yarn'

- name: Checkout the repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 6304831

Please sign in to comment.