Skip to content

Commit

Permalink
fix: ci release script (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefJerry authored Sep 21, 2023
1 parent 41c0b69 commit a3e2f71
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 @@ -37,8 +37,8 @@ jobs:
- name: create and publish versions
uses: changesets/action@v1
with:
version: pnpm ci:version
publish: pnpm ci:publish
version: pnpm changeset:version
publish: pnpm changeset:publish
commit: "chore(changeset): bump version"
title: "chore(changeset): bump version"
env:
Expand Down

0 comments on commit a3e2f71

Please sign in to comment.