Skip to content

Commit

Permalink
chore: final change to release the refactor bot package
Browse files Browse the repository at this point in the history
  • Loading branch information
zaripych committed Jan 5, 2024
1 parent 46e6b01 commit 2e72a29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/call-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {},
Expand Down

0 comments on commit 2e72a29

Please sign in to comment.