Skip to content

Commit

Permalink
chore(release): disable version step
Browse files Browse the repository at this point in the history
  • Loading branch information
dylankelly committed Jun 22, 2023
1 parent 91fd433 commit a368de2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,9 +262,9 @@ jobs:
command: |
corepack enable
corepack prepare pnpm@8.6.2 --activate
- run:
name: Bump version to production release
command: pnpm release:prod --yes
# - run:
# name: Bump version to production release
# command: pnpm release:prod --yes
- run:
name: Publish prod release to NPM
command: |
Expand Down

0 comments on commit a368de2

Please sign in to comment.