parent
8fd0edf588
commit
867ddda018
@ -24,11 +24,11 @@ jobs:
|
||||
run: |
|
||||
git config --global user.name 'zhaoyingbo'
|
||||
git config --global user.email 'zhaoyingbo@live.cn'
|
||||
npx lerna version patch --yes --since master
|
||||
npx lerna version patch --yes
|
||||
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 --since master
|
||||
npx lerna publish from-package --yes
|
||||
|
@ -9,5 +9,10 @@
|
||||
"yes": true,
|
||||
"message": "chore(release): publish"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ignoreChanges": [
|
||||
"**/__fixtures__/**",
|
||||
"**/__tests__/**",
|
||||
"**/*.md"
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user