fix: Tag version

This commit is contained in:
Rodrigo Fernandes 2020-02-05 20:23:33 +00:00
parent 05695a7f4a
commit 845a631961
No known key found for this signature in database
GPG key ID: 67157D2E3D4258B4

View file

@ -131,6 +131,7 @@ jobs:
command: | command: |
# Update version in packages to publish # Update version in packages to publish
yarn version --non-interactive --new-version $(cat .version) yarn version --non-interactive --new-version $(cat .version)
git push --tags "https://rtfpessoa:$GPR_AUTH_TOKEN@github.com/rtfpessoa/diff2html"
- run: - run:
name: Setup npm credentials name: Setup npm credentials
command: | command: |