From c67878acc9a9f683845e01a3da34e6e513894558 Mon Sep 17 00:00:00 2001 From: Rodrigo Fernandes Date: Wed, 5 Feb 2020 21:07:55 +0000 Subject: [PATCH] fix: Git tag push --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0fa1f20..8b793c9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -130,8 +130,8 @@ jobs: name: Version package 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" + yarn version --non-interactive --new-version $(cat .version) - run: name: Setup npm credentials command: |