Skip to content

Commit

Permalink
github deploy: enable corepack, prepare yarn 4
Browse files Browse the repository at this point in the history
  • Loading branch information
K committed Aug 10, 2024
1 parent 7cf8dbf commit e949b91
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
with:
node-version: '18'

- name: Enable Corepack
run: corepack enable

- name: Prepare Yarn
run: corepack prepare [email protected] --activate

- name: Configure git to use HTTPS instead of SSH
run: git config --global url."https://".insteadOf ssh://

Expand All @@ -32,4 +38,3 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist

0 comments on commit e949b91

Please sign in to comment.