Skip to content

Commit 02977e5

Browse files
author
Dimitri Kopriwa
committed
fix(documentation): testing release with @rollup-umd/deploy
1 parent 921bd80 commit 02977e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ jobs:
7070
node_js:
7171
- 'lts/*'
7272
script:
73-
- version=$(git describe --tags `git rev-list --tags --max-count=1`)
74-
- npx @rollup-umd/deploy --version ${version}
73+
- targetVersion=$(git describe --tags `git rev-list --tags --max-count=1`)
74+
- npx @rollup-umd/deploy --target-version ${targetVersion}
7575
deploy:
7676
- provider: pages
7777
skip_cleanup: true

0 commit comments

Comments
 (0)