File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 3434    #    - name: Linting Check
3535    #      run: yarn nx run workspace:packages:lint
3636
37-       - name : Release 
37+       - name : Version 
3838        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 
3946        env :
4047            GH_TOKEN : ${{ secrets.GITHUB_TOKEN }} 
4148            GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} 
Original file line number Diff line number Diff line change 1717  "packages" : [
1818    " packages/*" 
1919  ],
20-   "ignore" : " packages/(react-formz-storybook|documentation|react-formz-storybook-native)/**"  ,
2120  "ignoreChanges" : [
2221    " packages/react-formz-storybook/**"  ,
2322    " packages/documentation/**"  ,
Original file line number Diff line number Diff line change 113113      "version" : {
114114        "executor" : " nx:run-commands"  ,
115115        "options" : {
116-           "command" : " npx lerna version --force-publish -- yes --create-release github" 
116+           "command" : " npx lerna version --yes --create-release github" 
117117        }
118118      },
119119      "release" : {
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments