We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b311cc2 commit 468bfd0Copy full SHA for 468bfd0
.github/workflows/release.yml
@@ -42,14 +42,14 @@ jobs:
42
# run: yarn nx run workspace:packages:lint
43
44
- name: Version
45
- run: yarn nx run workspace:version
+ run: npx lerna version --yes --no-private --force-publish --create-release github
46
env:
47
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
50
51
- name: Release
52
- run: yarn nx run workspace:release
+ run: npx lerna publish from-git --yes
53
54
55
0 commit comments