mirror of
https://github.com/scratchfoundation/scratch-render.git
synced 2025-06-29 16:31:01 -04:00
fix travis.yml to quote github author name for deploy (#327)
This commit is contained in:
parent
6863613d20
commit
8b965032a7
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@ jobs:
|
|||
- VPKG=$($(npm bin)/json -f package.json version)
|
||||
- export VERSION=${VPKG}-prerelease.$(date +%Y%m%d%H%M%S)
|
||||
- npm --no-git-tag-version version $VERSION
|
||||
- git config --global user.email $(git log --pretty=format:"%ae" -n1)
|
||||
- git config --global user.name $(git log --pretty=format:"%an" -n1)
|
||||
- git config --global user.email "$(git log --pretty=format:'%ae' -n1)"
|
||||
- git config --global user.name "$(git log --pretty=format:'%an' -n1)"
|
||||
deploy:
|
||||
provider: npm
|
||||
skip_cleanup: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue