From 976869aa9c408e4b6ab2f8d81cb127d96a70a68e Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Wed, 8 Mar 2023 14:40:08 +0100 Subject: [PATCH] fix: Fix npm publish step in drone --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 213b251..6d9717f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -30,7 +30,7 @@ steps: image: plugins/npm settings: username: yarmo_eu - password: + token: from_secret: npm_token email: from_secret: npm_email