Skip to content

Commit

Permalink
chore: Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
spring-raining committed May 15, 2022
1 parent 80429a0 commit 49a4643
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ jobs:
- name: Create release pull request or publish
uses: changesets/action@v1
with:
# Note: pnpm install after versioning is necessary to refresh lockfile
version: pnpm exec changeset version && pnpm install
version: pnpm changeset version
publish: pnpm changeset publish
commit: '[ci] Release'
title: '[ci] Release'
Expand Down

0 comments on commit 49a4643

Please sign in to comment.