ci: 忽略.npmrc的改动
Some checks failed
/ release (push) Failing after 8s

This commit is contained in:
zhaoyingbo 2024-08-19 02:13:52 +00:00
parent 3d6d11baac
commit d02fd6b9ce
7 changed files with 8 additions and 37 deletions

View File

@ -24,10 +24,11 @@ jobs:
run: |
git config --global user.name 'zhaoyingbo'
git config --global user.email 'zhaoyingbo@live.cn'
npx lerna version patch --yes
npx lerna version patch --yes --since master
git push --follow-tags
- name: Publish packages
run: |
git update-index --assume-unchanged .npmrc
echo "//git.yingbo.im:333/api/packages/zhaoyingbo/npm/:_authToken=${{ secrets.NPM_TOKEN }}" >> .npmrc
npx lerna publish from-package --yes
npx lerna publish from-package --yes --since master

View File

@ -1,10 +0,0 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 1.0.1 (2024-08-19)
### Features
- 修改提交lerna的提交message ([ca25378](http://yingbo.im:3000/zhaoyingbo/egg_tools/commits/ca2537882c21d0082d90568a6b9082e015b3f23f))

View File

@ -1,6 +1,6 @@
{
"name": "@egg/logger",
"version": "1.0.1",
"version": "1.0.0",
"description": "Logger for Egg projects",
"type": "module",
"main": "dist/index.js",
@ -20,4 +20,4 @@
"winston": "*",
"winston-daily-rotate-file": "*"
}
}
}

View File

@ -1,10 +0,0 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 1.0.1 (2024-08-19)
### Features
- 修改提交lerna的提交message ([ca25378](http://yingbo.im:3000/zhaoyingbo/egg_tools/commits/ca2537882c21d0082d90568a6b9082e015b3f23f))

View File

@ -1,6 +1,6 @@
{
"name": "@egg/net-tool",
"version": "1.0.1",
"version": "1.0.0",
"description": "Net Tools for Egg projects",
"type": "module",
"main": "dist/index.js",

View File

@ -1,10 +0,0 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 1.0.1 (2024-08-19)
### Features
- 修改提交lerna的提交message ([ca25378](http://yingbo.im:3000/zhaoyingbo/egg_tools/commits/ca2537882c21d0082d90568a6b9082e015b3f23f))

View File

@ -1,6 +1,6 @@
{
"name": "@egg/path-tool",
"version": "1.0.1",
"version": "1.0.0",
"description": "Path Tools for Egg projects",
"type": "module",
"main": "dist/index.js",
@ -16,4 +16,4 @@
],
"author": "RainSun <zhaoyingbo@live.cn>",
"license": "ISC"
}
}