From 2e72a29389e7ce086cb7596cde37adb0e6f16670 Mon Sep 17 00:00:00 2001 From: Rinat Zaripov Date: Fri, 5 Jan 2024 18:15:21 +1100 Subject: [PATCH] chore: final change to release the refactor bot package --- .github/workflows/call-release.yml | 4 ++-- package.json | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/call-release.yml b/.github/workflows/call-release.yml index 5348546..c561e65 100644 --- a/.github/workflows/call-release.yml +++ b/.github/workflows/call-release.yml @@ -89,8 +89,8 @@ jobs: with: commit: 'chore: update versions' title: 'chore: update versions' - version: pnpm run ci:version - publish: pnpm publish -r --access public --no-git-checks --dry-run + version: pnpm changeset version && pnpm install + publish: pnpm publish -r --access public --no-git-checks env: # @note Using Personal Access Token here to ensure # the creation of the PR triggers Checks workflows diff --git a/package.json b/package.json index 6d5325c..dfdc53e 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,6 @@ "description": "Refactor your codebase using ChatGPT, ts-morph and Plan and Execute techniques", "type": "module", "scripts": { - "ci:version": "changeset version && pnpm install", "refactor-bot-bundled": "node ./packages/refactor-bot/dist/bin/refactor-bot.mjs" }, "dependencies": {},