File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 34
34
# - name: Linting Check
35
35
# run: yarn nx run workspace:packages:lint
36
36
37
- - name : Release
37
+ - name : Version
38
38
run : yarn nx run workspace:version
39
+ env :
40
+ GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
41
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
42
+ NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
43
+
44
+ - name : Release
45
+ run : yarn nx run workspace:release
39
46
env :
40
47
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
41
48
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 17
17
"packages" : [
18
18
" packages/*"
19
19
],
20
- "ignore" : " packages/(react-formz-storybook|documentation|react-formz-storybook-native)/**" ,
21
20
"ignoreChanges" : [
22
21
" packages/react-formz-storybook/**" ,
23
22
" packages/documentation/**" ,
Original file line number Diff line number Diff line change 113
113
"version" : {
114
114
"executor" : " nx:run-commands" ,
115
115
"options" : {
116
- "command" : " npx lerna version --force-publish -- yes --create-release github"
116
+ "command" : " npx lerna version --yes --create-release github"
117
117
}
118
118
},
119
119
"release" : {
You can’t perform that action at this time.
0 commit comments