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 921bd80 commit 02977e5Copy full SHA for 02977e5
.travis.yml
@@ -70,8 +70,8 @@ jobs:
70
node_js:
71
- 'lts/*'
72
script:
73
- - version=$(git describe --tags `git rev-list --tags --max-count=1`)
74
- - npx @rollup-umd/deploy --version ${version}
+ - targetVersion=$(git describe --tags `git rev-list --tags --max-count=1`)
+ - npx @rollup-umd/deploy --target-version ${targetVersion}
75
deploy:
76
- provider: pages
77
skip_cleanup: true
0 commit comments