From eb30d0e0acd03377eb4c07fcc162e04bff006379 Mon Sep 17 00:00:00 2001 From: Leandro Costa Date: Thu, 15 Jun 2023 14:54:32 -0300 Subject: [PATCH] fix: copiando package.json apos incremento da versao --- bitbucket-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 8ecdccd..b231fdf 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -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/** @@ -49,4 +49,4 @@ pipelines: - pipe: atlassian/npm-publish:0.2.0 variables: NPM_TOKEN: $NPM_TOKEN - FOLDER: dist \ No newline at end of file + FOLDER: dist