From cb75e001ab5694d880dda77da1c18beed0e168d3 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Thu, 16 Jun 2016 00:53:26 +0200 Subject: [PATCH] fix release to only proceede on tags --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 44ea630..f95209b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,7 +39,7 @@ release: script: - npmci publish npm only: - - master + - tags tags: - lossless - priv