fix: Git tag push
This commit is contained in:
parent
8731f97266
commit
c67878acc9
1 changed files with 1 additions and 1 deletions
|
|
@ -130,8 +130,8 @@ jobs:
|
||||||
name: Version package
|
name: Version package
|
||||||
command: |
|
command: |
|
||||||
# Update version in packages to publish
|
# 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"
|
git push --tags "https://rtfpessoa:$GPR_AUTH_TOKEN@github.com/rtfpessoa/diff2html"
|
||||||
|
yarn version --non-interactive --new-version $(cat .version)
|
||||||
- run:
|
- run:
|
||||||
name: Setup npm credentials
|
name: Setup npm credentials
|
||||||
command: |
|
command: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue