Skip to content

Commit

Permalink
ci: Update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
loveakinlesi committed Sep 2, 2024
1 parent df8509e commit 2461408
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
node-version: 16.x

- name: Install Dependencies
run: npm ci
run: pnpm install

- name: Create Release Pull Request or Publish to npm
id: changesets
uses: changesets/action@v1
with:
publish: npm run release
publish: pnpm publish-packages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 2461408

Please sign in to comment.