File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 6161        env :
6262          GH_TOKEN : ${{ secrets.GITHUB_TOKEN }} 
6363        run : | 
64-           yarn lerna version --conventional-prerelease --no-private -- no-push --no-git-tag-version --loglevel silly --yes 
64+           yarn lerna version --no-push --no-git-tag-version --loglevel silly --yes 
6565
6666name : Setup NPM Token 
6767        if : ${{ github.event.inputs.dryRun == 'false'}} 
7575        env :
7676          GH_TOKEN : ${{ secrets.GITHUB_TOKEN }} 
7777        run : | 
78-           yarn lerna version --conventional-prerelease --no-private  
78+           yarn lerna version 
7979          yarn lerna publish from-git --loglevel silly 
Original file line number Diff line number Diff line change 1111      "conventionalCommits" : true ,
1212      "createRelease" : " github" 
1313      "message" : " chore(release): publish" 
14-       "preid" : " beta" 
14+       "preid" : " beta" 
15+       "conventionalPrerelease" : true ,
16+       "noPrivate" : true ,
17+       "noGitTagVersion" : true ,
18+       "noPush" : true ,
19+       "noChangeLog" : true ,
20+       "distTag" : " beta" 
21+       "preDistTag" : " beta" 
22+     },
23+     "publishConfig" : {
24+       "distTag" : " beta" 
25+       "preDistTag" : " beta" 
1526    }
1627  }
1728}
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments