Skip to content

Commit 680cf72

Browse files
committed
fix: pin build to semantic-release v19
Signed-off-by: Phil Adams <[email protected]>
1 parent d66fdbc commit 680cf72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- npm install @semantic-release/github
6363
- pip install --user bump2version
6464
script:
65-
- npx semantic-release
65+
- npx semantic-release@19
6666
after_success:
6767
- echo "Semantic release has successfully created a new tagged-release"
6868

0 commit comments

Comments
 (0)