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 ad9d467 commit d80935fCopy full SHA for d80935f
.travis.yml
@@ -26,7 +26,7 @@ deploy:
26
provider: pages
27
local-dir: documentation
28
skip-cleanup: true
29
- github-token: $GITHUB_TOKEN
+ github-token: $GH_TOKEN
30
keep-history: false
31
on:
32
branch: master
package.json
@@ -107,7 +107,7 @@
107
{
108
"path": "@semantic-release/github",
109
"assets": [
110
- "dist/**"
+ "dist"
111
]
112
}
113
],
0 commit comments