Skip to content

Commit 468bfd0

Browse files
committed
Update: Restructure
1 parent b311cc2 commit 468bfd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ jobs:
4242
# run: yarn nx run workspace:packages:lint
4343

4444
- name: Version
45-
run: yarn nx run workspace:version
45+
run: npx lerna version --yes --no-private --force-publish --create-release github
4646
env:
4747
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4848
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4949
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
5050

5151
- name: Release
52-
run: yarn nx run workspace:release
52+
run: npx lerna publish from-git --yes
5353
env:
5454
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5555
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)