Skip to content

Commit fc549b8

Browse files
committed
fix(release): fix publish-webjar.sh path
1 parent 62e9005 commit fc549b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ script:
2929
after_success:
3030
- npm prune
3131
- npm run semantic-release
32-
- sh -x ./scripts/semantic-release/_publish-webjar.sh -a
32+
- sh -x ./node_modules/patternfly-eng-release/scripts/semantic-release/_publish-webjar.sh -a
3333
- ./scripts/publish-ghpages.sh -t docs
3434

3535
branches:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"karma-phantomjs-launcher": "^1.0.0",
5454
"matchdep": "0.3.0",
5555
"nsp": "^2.6.1",
56-
"patternfly-eng-release": "^3.26.11",
56+
"patternfly-eng-release": "^3.26.12",
5757
"semantic-release": "^6.3.6"
5858
},
5959
"optionalDependencies": {

0 commit comments

Comments
 (0)