From 8eafe77752b4572e4fad8d779b2cd1c599d808ef Mon Sep 17 00:00:00 2001 From: Young Yang Date: Fri, 10 Mar 2023 17:02:06 +0800 Subject: [PATCH] modified: .circleci/config.yml modified: npmjs-pub-env/package.json modified: package-lock.json modified: package.json --- .circleci/config.yml | 7 +------ npmjs-pub-env/package.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 5 insertions(+), 10 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index afca5a9..cf5cdd6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -84,14 +84,9 @@ jobs: - run: name: publish to npm command: | - echo "//registry.npmjs.org/:_authToken=$CLOUD_MTA_BOT_NPM_TOKEN" > .npmrc - echo "1111111111111111111" - ls -la cp ./README.md ./LICENSE ./npmjs-pub-env cd ./npmjs-pub-env - echo "22222222222222222222" - ls -la - cat .npmrc + echo "//registry.npmjs.org/:_authToken=$CLOUD_MTA_BOT_NPM_TOKEN" > .npmrc npm publish workflows: diff --git a/npmjs-pub-env/package.json b/npmjs-pub-env/package.json index 8cfbd5b..71f0c6f 100644 --- a/npmjs-pub-env/package.json +++ b/npmjs-pub-env/package.json @@ -2,7 +2,7 @@ "name": "@young-yang217/vscode-mta-tools", "displayName": "vscode-mta-tools", "description": "VS Code Multi-Target Application tools", - "version": "1.4.29", + "version": "1.4.30", "publisher": "SAPSE", "license": "Apache-2.0", "repository": { diff --git a/package-lock.json b/package-lock.json index f56895a..3984172 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-mta-tools", - "version": "1.4.29", + "version": "1.4.30", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-mta-tools", - "version": "1.4.29", + "version": "1.4.30", "license": "Apache-2.0", "dependencies": { "@sap/cf-tools": "2.0.1", diff --git a/package.json b/package.json index a40ff17..3490a5d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-mta-tools", "displayName": "vscode-mta-tools", "description": "VS Code Multi-Target Application tools", - "version": "1.4.29", + "version": "1.4.30", "publisher": "SAPSE", "license": "Apache-2.0", "repository": {