Skip to content

Commit 1f81e8d

Browse files
author
Matt
committed
fix: trigger published version from CI
1 parent 9a994cc commit 1f81e8d

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
@@ -15,7 +15,7 @@ jobs:
1515
script: npm test && npm run build
1616
- stage: npm publish
1717
script: npm test && npm run build
18-
after_success: npm run semantic-release && echo "✅ Done"
18+
after_success: npm run semantic-release"
1919

2020
stages:
2121
- name: branch test

0 commit comments

Comments
 (0)