mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-08-28 22:30:40 -04:00
Merge pull request #1378 from paulkaplan/bump-vm-tag
Use the newer date format for vm versions, to get greenkeeper working
This commit is contained in:
commit
f61a319270
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ jobs:
|
|||
node_js: 8
|
||||
env: NPM_SCRIPT=build
|
||||
before_deploy:
|
||||
- npm --no-git-tag-version version $($(npm bin)/json -f package.json version)-prerelease.$(date +%s)
|
||||
- npm --no-git-tag-version version $($(npm bin)/json -f package.json version)-prerelease.$(date +%Y%m%d%H%M%S)
|
||||
- git config --global user.email "$(git log --pretty=format:"%ae" -n1)"
|
||||
- git config --global user.name "$(git log --pretty=format:"%an" -n1)"
|
||||
deploy:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue