From 845a63196165c6a3f8be984b6c1bcb87906ac426 Mon Sep 17 00:00:00 2001 From: Rodrigo Fernandes Date: Wed, 5 Feb 2020 20:23:33 +0000 Subject: [PATCH] fix: Tag version --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6096e7e..0fa1f20 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -131,6 +131,7 @@ jobs: command: | # Update version in packages to publish yarn version --non-interactive --new-version $(cat .version) + git push --tags "https://rtfpessoa:$GPR_AUTH_TOKEN@github.com/rtfpessoa/diff2html" - run: name: Setup npm credentials command: |