WIP
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Brandon Watson 2021-06-07 20:35:29 -04:00
parent 6d3cd651be
commit ecc54ad3c3

View File

@ -22,7 +22,8 @@ steps:
image: node
commands:
- export version=`node -p "require('./package.json').version"`
- npm version prerelease --preid=`$DRONE_COMMIT | cut -c1-5` --git-tag-version=false --allow-same-version=true
- export commit=`echo $DRONE_COMMIT | cut -c1-5`
- npm version prerelease --preid=commit --git-tag-version=false --allow-same-version=true
when:
event:
exclude: