Updating pre-release command
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
6c8ce21164
commit
34fcc1df1a
@ -22,7 +22,7 @@ steps:
|
|||||||
image: node
|
image: node
|
||||||
commands:
|
commands:
|
||||||
- export version=`node -p "require('./package.json').version"`
|
- export version=`node -p "require('./package.json').version"`
|
||||||
- npm version $version --preid=pre --commit-hooks=false --git-tag-version=false --allow-same-version=true
|
- npm version prerelease --preid=pre --git-tag-version=false --allow-same-version=true
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
exclude:
|
exclude:
|
||||||
|
Loading…
Reference in New Issue
Block a user