ci: publish-npm is now required — server accepts large npm tarballs

de802819c3b461737f2280d54ce32af9379eb10b

permissionBRICK <christoph.ambrosch@live.at>

1 files changed, +1 -4Showing whitespace changes
.gitlab-ci.yml+1 -4
@@ -29,12 +29,9 @@ build-image:
2929# registry on pushes to release, but only when package.json's version isn't
3030# published yet. Authenticates with CI_JOB_TOKEN (accepted by the package
3131# registry since gitgudlab 218062e — own project only, pusher needs Push);
3232# an NPM_TOKEN project CI variable overrides it. allow_failure until the
33-# patched gitgudlab server is deployed — flip to false after the next
34-# forge deploy.
3533publish-npm:
3634 stage: publish
37- allow_failure: true
3835 only:
3936 - release
4037 image: node:24