Skip to content

Commit

Permalink
fix(ci): use npm for changeset version and publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
BatuhanW committed Jun 5, 2024
1 parent 40e6ab4 commit a49bc80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: changesets/action@v1
with:
version: ./.github/workflows/scripts/update-lock.sh
publish: pnpm changeset publish
publish: npm run changeset publish
commit: "ci(changesets): version packages"
title: "ci(changesets): version packages"
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scripts/update-lock.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pnpm changeset version && pnpm i --ignore-scripts --lockfile-only --frozen-lockfile false
npm run changeset version && pnpm i --ignore-scripts --lockfile-only --frozen-lockfile false

0 comments on commit a49bc80

Please sign in to comment.