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 @@ -30,8 +30,8 @@ after_success:
3030 - ' if [[ "$TRAVIS_SECURE_ENV_VARS" = "true" && "$TRAVIS_BRANCH" = "master-dist" ]]; then
3131 npm prune;
3232 npm run semantic-release-pre;
33- sh -x ./node_modules/patternfly-eng-release/scripts/semantic-release/_bump.sh -a || travis_terminate 0 ;
34- npm run semantic-release-publish ;
33+ sh -x ./node_modules/patternfly-eng-release/scripts/semantic-release/_bump.sh -a;
34+ sh -x ./node_modules/patternfly-eng-release/scripts/ semantic-release/_publish-npm.sh || travis_terminate 0 ;
3535 npm run semantic-release-post;
3636 - sh -x ./node_modules/patternfly-eng-release/scripts/semantic-release/_publish-webjar.sh -a;
3737 fi'
Original file line number Diff line number Diff line change 5353 "karma-phantomjs-launcher" : " ^1.0.0" ,
5454 "matchdep" : " 0.3.0" ,
5555 "nsp" : " ^2.6.1" ,
56- "patternfly-eng-release" : " ^3.26.25 " ,
56+ "patternfly-eng-release" : " ^3.26.27 " ,
5757 "semantic-release" : " ^6.3.6"
5858 },
5959 "optionalDependencies" : {
9090 "start" : " grunt serve" ,
9191 "semantic-release" : " semantic-release pre && npm publish && semantic-release post" ,
9292 "semantic-release-post" : " semantic-release post" ,
93- "semantic-release-pre" : " semantic-release pre" ,
94- "semantic-release-publish" : " npm publish"
93+ "semantic-release-pre" : " semantic-release pre"
9594 },
9695 "repository" : {
9796 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments