We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62e9005 commit fc549b8Copy full SHA for fc549b8
.travis.yml
@@ -29,7 +29,7 @@ script:
29
after_success:
30
- npm prune
31
- npm run semantic-release
32
- - sh -x ./scripts/semantic-release/_publish-webjar.sh -a
+ - sh -x ./node_modules/patternfly-eng-release/scripts/semantic-release/_publish-webjar.sh -a
33
- ./scripts/publish-ghpages.sh -t docs
34
35
branches:
package.json
@@ -53,7 +53,7 @@
53
"karma-phantomjs-launcher": "^1.0.0",
54
"matchdep": "0.3.0",
55
"nsp": "^2.6.1",
56
- "patternfly-eng-release": "^3.26.11",
+ "patternfly-eng-release": "^3.26.12",
57
"semantic-release": "^6.3.6"
58
},
59
"optionalDependencies": {
0 commit comments