Skip to content

Commit

Permalink
fix(release): docs not released
Browse files Browse the repository at this point in the history
  • Loading branch information
Silthus authored Mar 6, 2022
1 parent 830b904 commit c897360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ if (config.branches.some(it => (it === branch || it.name === branch) && it.prere
}],
["@semantic-release/exec", {
"publishCmd": "./gradlew -PforceSign=true publish closeAndReleaseSonatypeStagingRepository --no-daemon",
"successCmd": "mike deploy --prefix docs --push --update-aliases ${nextRelease.version.replace(/\.\d+$/, '')} latest"
"successCmd": "git config --global user.name mkdocs-deploy && git config --global user.email [email protected] && mike deploy --prefix docs --push --update-aliases ${nextRelease.version.replace(/.\d+$/, '')} latest"
}],
["@semantic-release/github", {
"assets": [
Expand Down

0 comments on commit c897360

Please sign in to comment.