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: |