parent
8fd0edf588
commit
867ddda018
@ -24,11 +24,11 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git config --global user.name 'zhaoyingbo'
|
git config --global user.name 'zhaoyingbo'
|
||||||
git config --global user.email 'zhaoyingbo@live.cn'
|
git config --global user.email 'zhaoyingbo@live.cn'
|
||||||
npx lerna version patch --yes --since master
|
npx lerna version patch --yes
|
||||||
git push --follow-tags
|
git push --follow-tags
|
||||||
|
|
||||||
- name: Publish packages
|
- name: Publish packages
|
||||||
run: |
|
run: |
|
||||||
git update-index --assume-unchanged .npmrc
|
git update-index --assume-unchanged .npmrc
|
||||||
echo "//git.yingbo.im:333/api/packages/zhaoyingbo/npm/:_authToken=${{ secrets.NPM_TOKEN }}" >> .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,
|
"yes": true,
|
||||||
"message": "chore(release): publish"
|
"message": "chore(release): publish"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"ignoreChanges": [
|
||||||
|
"**/__fixtures__/**",
|
||||||
|
"**/__tests__/**",
|
||||||
|
"**/*.md"
|
||||||
|
]
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user