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
|
||||
commands:
|
||||
- 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:
|
||||
event:
|
||||
exclude:
|
||||
|
Loading…
Reference in New Issue
Block a user