We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aea50c commit 3939c09Copy full SHA for 3939c09
.circleci/config.yml
@@ -131,6 +131,7 @@ jobs:
131
command: |
132
# Update version in packages to publish
133
yarn version --non-interactive --new-version $(cat .version)
134
+ git push --tags "https://rtfpessoa:[email protected]/rtfpessoa/diff2html-cli"
135
- run:
136
name: Setup npm credentials
137
0 commit comments