diff --git a/ci/azure-pipelines.yml b/ci/azure-pipelines.yml index 4f8fbf29..023a1e44 100644 --- a/ci/azure-pipelines.yml +++ b/ci/azure-pipelines.yml @@ -24,6 +24,7 @@ jobs: echo '//npm.pkg.github.com/:_authToken=${DOCKER_PASSWORD}' > ~/.npmrc echo '@hyperledger:registry=https://npm.pkg.github.com' >> ~/.npmrc echo '@trustbloc-cicd:registry=https://npm.pkg.github.com' >> ~/.npmrc + echo '@trustbloc:registry=https://npm.pkg.github.com' >> ~/.npmrc make checks env: DOCKER_PASSWORD: $(DOCKER_PASSWORD) @@ -89,6 +90,7 @@ jobs: echo '//npm.pkg.github.com/:_authToken=${DOCKER_PASSWORD}' > ~/.npmrc echo '@hyperledger:registry=https://npm.pkg.github.com' >> ~/.npmrc echo '@trustbloc-cicd:registry=https://npm.pkg.github.com' >> ~/.npmrc + echo '@trustbloc:registry=https://npm.pkg.github.com' >> ~/.npmrc export npm_config_prefix=~/.npm-prefix make aries-js-bdd env: @@ -122,6 +124,7 @@ jobs: echo '//npm.pkg.github.com/:_authToken=${DOCKER_PASSWORD}' > ~/.npmrc echo '@hyperledger:registry=https://npm.pkg.github.com' >> ~/.npmrc echo '@trustbloc-cicd:registry=https://npm.pkg.github.com' >> ~/.npmrc + echo '@trustbloc:registry=https://npm.pkg.github.com' >> ~/.npmrc make agent-rest-docker docker tag docker.pkg.github.com/trustbloc/agent-sdk/agent-sdk-rest:latest ${AGENT_SDK_PKG}:${AGENT_SDK_TAG} docker push ${AGENT_SDK_PKG}:${AGENT_SDK_TAG} diff --git a/ci/version_var.sh b/ci/version_var.sh index a5cd2be4..024ea478 100644 --- a/ci/version_var.sh +++ b/ci/version_var.sh @@ -5,8 +5,8 @@ # # Release Parameters -BASE_VERSION=0.1.6 -IS_RELEASE=false +BASE_VERSION=0.1.5 +IS_RELEASE=true SOURCE_REPO=agent-sdk RELEASE_REPO=trustbloc/${SOURCE_REPO}