summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2023-06-13 15:32:44 +0200
committerJustin Wernick <justin@worthe-it.co.za>2023-06-13 15:32:44 +0200
commit68417574395f90e83810c67c418de03fdf631ff7 (patch)
treea2f9dfba74d8035816b4ac9c47786702738f68ec
parent08601e118e6b48e97497627d7026f67d0b626c3e (diff)
Remove NPM publishing from CI that doesn't work yetv1.1.0
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.
-rw-r--r--.woodpecker.yml10
1 files changed, 0 insertions, 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 ]