Skip to content

Commit

Permalink
fix ci missing command
Browse files Browse the repository at this point in the history
  • Loading branch information
hxsggsz committed Jan 2, 2024
1 parent bf20610 commit ff9ff5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
uses: changesets/action@v1
with:
# This expects you to have a script called release which does a build for your packages and calls changeset publish
publish: pnpm ci:publish
version: pnpm ci:version
title: "[BUMP] Lançar uma release para o octopost!"
publish: pnpm release
version: pnpm version
title: "[BUMP] Lançar uma release para o hxform!"
commit: "chore: bump packages version"
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"test:ui": "vitest --ui",
"storybook": "storybook dev -p 6006",
"release": "pnpm run build && changeset publish",
"version": "changeset version",
"build-storybook": "storybook build"
},
"dependencies": {
Expand Down

0 comments on commit ff9ff5f

Please sign in to comment.