Commit b892aa2e by Arve Knudsen Committed by GitHub

Drone: Don't ignore failure to publish next NPM packages (#27927)

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
parent a59a89df
......@@ -531,7 +531,6 @@ steps:
environment:
NPM_TOKEN:
from_secret: npm_token
failure: ignore
depends_on:
- end-to-end-tests
......
......@@ -755,7 +755,6 @@ def release_next_npm_packages_step(edition):
'from_secret': 'npm_token',
},
},
'failure': 'ignore',
'commands': [
'npx lerna bootstrap',
'echo "//registry.npmjs.org/:_authToken=$${NPM_TOKEN}" >> ~/.npmrc',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment