We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05695a7 commit 845a631Copy full SHA for 845a631
1 file changed
.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:$GPR_AUTH_TOKEN@github.com/rtfpessoa/diff2html"
135
- run:
136
name: Setup npm credentials
137
0 commit comments