From a5fe28b31bacb2b8c26b0fbd340fa1c08f1e2a2c Mon Sep 17 00:00:00 2001 From: EndMove Date: Fri, 14 Apr 2023 17:33:39 +0200 Subject: [PATCH] update drone to try create snapshot --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index dcf1cb6..6ed08c0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,5 +20,5 @@ steps: - echo $SNAPSHOT - npm ci - npm version $SNAPSHOT - - npm publish - - npm dist-tag add @ioprojects/ui-eslint-base@$SNAPSHOT snapshot + - npm publish --tag snapshot + # - npm dist-tag add @ioprojects/ui-eslint-base@$SNAPSHOT snapshot