File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1515 uses : actions/checkout@v2.3.1
1616 with :
1717 ref : release
18- persist-credentials : false
1918
2019 - name : Set Node Version
2120 uses : actions/setup-node@v2
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ function publish() {
2222 console . log (
2323 `Skip publishing package ${ packageName } , because version (${ localVersion } ) is not ready to publish`
2424 ) ;
25- } else if ( localVersion == npmVersion ) {
26- console . log (
27- `Skip publishing package ${ packageName } , because version (${ npmVersion } ) is not changed`
28- ) ;
25+ // } else if (localVersion == npmVersion) {
26+ // console.log(
27+ // `Skip publishing package ${packageName}, because version (${npmVersion}) is not changed`
28+ // );
2929 } else {
3030 try {
3131 const basePublishString = `npm publish` ;
You can’t perform that action at this time.
0 commit comments