Skip to content

Commit

Permalink
doc: fix command for github pages (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
qingzhuozhen authored Nov 13, 2021
1 parent 4b893a8 commit 48aaa09
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 @@ -55,7 +55,7 @@ module.exports = {
}],
["@semantic-release/exec", {
"publishCmd": "pod trunk push Amplitude.podspec",
"successCmd": "appledoc . && rsync -av doc/html/* Amplitude-iOS-gh-pages/ && cd Amplitude-iOS-gh-pages && git commit -am '${nextRelease.version}' && git push"
"successCmd": "appledoc . && rsync -av doc/html/* Amplitude-iOS-gh-pages/ && cd Amplitude-iOS-gh-pages && git add . && git commit -am '${nextRelease.version}' && git push"
}],
],
}

0 comments on commit 48aaa09

Please sign in to comment.