fix: copiando package.json apos incremento da versao

This commit is contained in:
Leandro Costa 2023-06-15 14:54:32 -03:00
parent 4dd8b74b6c
commit eb30d0e0ac

View file

@ -14,15 +14,15 @@ pipelines:
branches:
default:
<<: *build-and-test
'{development,realease-no-verify/*}':
"{development,realease-no-verify/*}":
- step: *build-and-test
- step:
name: Prepare Package
script:
- apk add git
- cp package.json dist/
- sed -i s/$BITBUCKET_REPO_SLUG/$BITBUCKET_REPO_SLUG-dev/ dist/package.json
- npm version patch -m "[skip CI] Version %s"
- cp package.json dist/
- git push
artifacts:
- dist/**