Skip to content

Commit

Permalink
modified: .circleci/config.yml
Browse files Browse the repository at this point in the history
	modified:   npmjs-pub-env/package.json
	modified:   package-lock.json
	modified:   package.json
  • Loading branch information
Young Yang committed Mar 10, 2023
1 parent 943318d commit 8eafe77
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 10 deletions.
7 changes: 1 addition & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion npmjs-pub-env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 8eafe77

Please sign in to comment.