mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 15:05:39 +01:00
Tweak publish script
This commit is contained in:
parent
ac6675b8b8
commit
f7439f5aaf
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ REMOTE_URL="$(git remote get-url origin)"
|
|||
COMMITTER_USER_NAME="$(git log --format='%an' -1)"
|
||||
COMMITTER_EMAIL="$(git log --format='%ae' -1)"
|
||||
|
||||
cd ../monaco-editor-website
|
||||
cd ../../monaco-editor-website
|
||||
git config user.name "${COMMITTER_USER_NAME}"
|
||||
git config user.email "${COMMITTER_EMAIL}"
|
||||
git remote add origin "${REMOTE_URL}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue