mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 21:42:30 -05:00
add before deploy with version
This commit is contained in:
parent
4077fe828c
commit
cdac361cc8
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,9 @@ install:
|
|||
before_deploy:
|
||||
- git config --global user.email $(git log --pretty=format:"%ae" -n1)
|
||||
- git config --global user.name $(git log --pretty=format:"%an" -n1)
|
||||
- VPKG=$($(npm bin)/json -f package.json version)
|
||||
- export VERSION=${VPKG/%?/}$(date +%Y%m%d%H%M%S)
|
||||
- npm --no-git-tag-version version $VERSION
|
||||
deploy:
|
||||
- provider: script
|
||||
on:
|
||||
|
|
Loading…
Reference in a new issue