Skip to content

Commit

Permalink
chore(release): add version step
Browse files Browse the repository at this point in the history
  • Loading branch information
danilowoz committed Nov 3, 2021
1 parent c09acfc commit 2a23040
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,8 @@ jobs:
yarn workspace @codesandbox/sandpack-client build:publish
yarn workspace @codesandbox/sandpack-react build:publish
- name: Prepare | Lerna Version
run: yarn lerna version --create-release github --yes

- name: Release | Lerna Publish
run: lerna publish from-package --yes

1 comment on commit 2a23040

@vercel
Copy link

@vercel vercel bot commented on 2a23040 Nov 3, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.