From 68417574395f90e83810c67c418de03fdf631ff7 Mon Sep 17 00:00:00 2001 From: Justin Wernick Date: Tue, 13 Jun 2023 15:32:44 +0200 Subject: Remove NPM publishing from CI that doesn't work yet Error is that I need to login first. I'm not sure from docs how to actually authenticate based on a token. It would be nice to bring this back soon. --- .woodpecker.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 2e6df06..4142b42 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -18,16 +18,6 @@ pipeline: commands: - npm run docs - publish-npm: - image: node:lts - secrets: [ npm_token ] - commands: - - npm publish - when: - # Push new version when version tag is created - event: tag - tag: v* - publish-pages: image: rust:latest secrets: [ cbtoken ] -- cgit v1.2.3