build: Add conventional-github-releaser plugin

This commit is contained in:
kailong321200875
2022-02-21 20:24:37 +08:00
parent 946977a3e4
commit 3cd5c71899
3 changed files with 1191 additions and 1264 deletions

View File

@@ -15,6 +15,6 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '14'
- run: npx conventional-github-releaser -p angular
- run: npm run github-release
env:
CONVENTIONAL_GITHUB_RELEASER_TOKEN: ${{secrets.ACTIONS_DEPLOY_KEY}}