Skip to content

Commit

Permalink
chore: fix workflow error with too many arguments passed to changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundhung committed Sep 10, 2024
1 parent 207f27c commit c42a1b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
title: 'release: bump packages version'
commit: 'release: bump packages version'
version: pnpm exec changeset version && pnpm install --lockfile-only
version: pnpm run version
publish: pnpm publish -r
createGithubReleases: false
env:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"test": "pnpm run \"/^test:.*/\"",
"test:api": "vitest --watch",
"test:e2e": "playwright test --ui",
"version": "changeset version && pnpm install --lockfile-only",
"lint": "eslint --cache --ext .js,.jsx,.ts,.tsx .",
"prepare": "husky install"
},
Expand Down

0 comments on commit c42a1b6

Please sign in to comment.