Skip to content

Commit

Permalink
chore: release action
Browse files Browse the repository at this point in the history
  • Loading branch information
murongg committed Jul 4, 2022
1 parent 4533c4a commit 9521613
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,14 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Install pnpm
uses: pnpm/[email protected]
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Set node version to v16
uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: 16.x
cache: pnpm

- run: npx conventional-github-releaser -p angular
- run: npx changelogithub
env:
CONVENTIONAL_GITHUB_RELEASER_TOKEN: ${{secrets.GITHUB_TOKEN}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 9521613

Please sign in to comment.