From 7ed490f2778aa8ed44fdf0cf03a4e79c7581b4ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Chrastina?= <9218736+Simply007@users.noreply.github.com> Date: Wed, 30 Oct 2019 10:11:18 +0100 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6dc2004e..695cb42f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,6 @@ deploy: email: $NPM_EMAIL api_key: $NPM_API_KEY skip_cleanup: true - tag: beta # comment for non-beta release + tag: latest # comment for non-beta release on: tags: true