workflow: update workflow

This commit is contained in:
kailong321200875 2022-02-21 20:09:27 +08:00
parent ec419acce3
commit b27a838583
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: actions/setup-node@v2
with:
node-version: '14'
- run: npx conventional-github-releaser -p angular - run: npx conventional-github-releaser -p angular
env: env:
CONVENTIONAL_GITHUB_RELEASER_TOKEN: ${{secrets.ACTIONS_DEPLOY_KEY}} CONVENTIONAL_GITHUB_RELEASER_TOKEN: ${{secrets.ACTIONS_DEPLOY_KEY}}