summaryrefslogtreecommitdiff
path: root/.woodpecker.yml
diff options
context:
space:
mode:
Diffstat (limited to '.woodpecker.yml')
-rw-r--r--.woodpecker.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.woodpecker.yml b/.woodpecker.yml
index 4bfa3f0..2e6df06 100644
--- a/.woodpecker.yml
+++ b/.woodpecker.yml
@@ -20,9 +20,8 @@ pipeline:
publish-npm:
image: node:lts
- secrets: [ npmtoken ]
+ secrets: [ npm_token ]
commands:
- - npm config set -- '//registry.npmjs.org/:_authToken' "${NPMTOKEN}"
- npm publish
when:
# Push new version when version tag is created