diff --git a/.circleci/config.yml b/.circleci/config.yml index 3e9d42b..afca5a9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -85,9 +85,13 @@ jobs: 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 npm publish workflows: diff --git a/npmjs-pub-env/package.json b/npmjs-pub-env/package.json index f5b4996..8cfbd5b 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.28", + "version": "1.4.29", "publisher": "SAPSE", "license": "Apache-2.0", "repository": { diff --git a/package-lock.json b/package-lock.json index c058272..f56895a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-mta-tools", - "version": "1.4.28", + "version": "1.4.29", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-mta-tools", - "version": "1.4.28", + "version": "1.4.29", "license": "Apache-2.0", "dependencies": { "@sap/cf-tools": "2.0.1", diff --git a/package.json b/package.json index a60b85a..a40ff17 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.28", + "version": "1.4.29", "publisher": "SAPSE", "license": "Apache-2.0", "repository": {