Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit 99e6f45

Browse files
author
Simon Hofmann
committed
Removed tag prefix
1 parent 5171ccc commit 99e6f45

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
@@ -110,7 +110,7 @@ script:
110110
after_success:
111111
- if [[ $TRAVIS_TAG != "" && $BUILD_TASK == "prebuild" ]]; then
112112
npm install;
113-
npm run prebuild -- -u $GITHUB_TOKEN;
113+
npm run prebuild -- --tag-prefix "" -u $GITHUB_TOKEN;
114114
fi
115115
- if [ $BUILD_TASK = 'cover' ]; then
116116
npm install;

0 commit comments

Comments
 (0)