Skip to content

Commit

Permalink
Release yml updated
Browse files Browse the repository at this point in the history
  • Loading branch information
GomezIvann committed Oct 4, 2024
1 parent f674e17 commit 0b12c13
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@ jobs:
with:
node-version: 20

- name: Install pnpm
run: corepack enable && corepack prepare pnpm@8.15.6 --activate

- name: Install Dependencies
run: yarn
run: pnpm install

- name: Create Release Pull Request or Publish to npm
id: changesets
Expand All @@ -30,4 +33,4 @@ jobs:
publish: yarn publish-mila
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 0b12c13

Please sign in to comment.