Skip to content

Commit d80935f

Browse files
committed
ci(travis.yml): fix incorrect env variable name
also changed github deployment configuration to include dist directory
1 parent ad9d467 commit d80935f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ deploy:
2626
provider: pages
2727
local-dir: documentation
2828
skip-cleanup: true
29-
github-token: $GITHUB_TOKEN
29+
github-token: $GH_TOKEN
3030
keep-history: false
3131
on:
3232
branch: master

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
{
108108
"path": "@semantic-release/github",
109109
"assets": [
110-
"dist/**"
110+
"dist"
111111
]
112112
}
113113
],

0 commit comments

Comments
 (0)