diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index b231fdf..9362e13 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -20,9 +20,9 @@ pipelines: name: Prepare Package script: - apk add git - - 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/ + - sed -i s/$BITBUCKET_REPO_SLUG/$BITBUCKET_REPO_SLUG-dev/ dist/package.json - git push artifacts: - dist/** diff --git a/package-lock.json b/package-lock.json index 986a3c5..2adcb7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "lhisp-oauth-client", - "version": "1.0.9", + "version": "1.0.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "lhisp-oauth-client", - "version": "1.0.9", + "version": "1.0.10", "license": "MIT", "dependencies": { "axios": "^1.4.0", diff --git a/package.json b/package.json index e6e7828..da58322 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lhisp-oauth-client", - "version": "1.0.9", + "version": "1.0.10", "main": "src/index", "types": "src/index.d.ts", "repository": "git@bitbucket.org:leandro_costa/lhisp-oauth-client.git",