Skip to content

Commit ac41a0d

Browse files
committed
🤖 chore: use changeloggithub
1 parent 78e84c9 commit ac41a0d

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,20 @@ name: Release
33
on:
44
push:
55
tags:
6-
- "v*"
6+
- 'v*'
77

88
jobs:
99
release:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3
13+
with:
14+
fetch-depth: 0
1315

14-
- name: Install pnpm
15-
uses: pnpm/[email protected]
16-
17-
- name: Set node version to v16
18-
uses: actions/setup-node@v3
16+
- uses: actions/setup-node@v3
1917
with:
20-
node-version: 16.x
21-
cache: pnpm
18+
node-version: 18.x
2219

23-
- run: npx conventional-github-releaser -p angular
20+
- run: npx changelogithub
2421
env:
25-
CONVENTIONAL_GITHUB_RELEASER_TOKEN: ${{secrets.GITHUB_TOKEN}}
22+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)