From ff9ff5f40a178365a1e90ad16488721cb843d68d Mon Sep 17 00:00:00 2001 From: hxsggsz Date: Mon, 1 Jan 2024 23:00:17 -0300 Subject: [PATCH] fix ci missing command --- .github/workflows/release.yml | 6 +++--- package.json | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fbbae27..c51d496 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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" diff --git a/package.json b/package.json index 301a231..7f5924f 100644 --- a/package.json +++ b/package.json @@ -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": {