Skip to content

Commit

Permalink
chore: Enable Corepack and prepare Yarn for publishing package
Browse files Browse the repository at this point in the history
  • Loading branch information
trungbach committed Nov 6, 2024
1 parent 64b0d98 commit 7dad667
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ jobs:
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: Enable Corepack
run: corepack enable
- name: Prepare Yarn
run: corepack prepare [email protected] --activate

- name: Install Dependencies
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn
Expand Down

0 comments on commit 7dad667

Please sign in to comment.