Skip to content

Commit 57ca008

Browse files
committed
Fixed typo in Travis file
1 parent 5ef7dce commit 57ca008

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
skip-cleanup: true
2020
github-token: $GITHUB_TOKEN # Permissions: public_repo, repo:status, repo_deployment
2121
- provider: releases
22-
files:
22+
file:
23+
- dist/license.txt
24+
- dist/index.d.ts
2325
- $MY_PACKAGE_NAME-v$MY_PACKAGE_VERSION.zip
2426
- $MY_PACKAGE_NAME-v$MY_PACKAGE_VERSION-min.zip
2527
skip-cleanup: true

0 commit comments

Comments
 (0)