Skip to content

Commit ae25af6

Browse files
committed
chore: update release script
1 parent f4bc2ca commit ae25af6

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,8 @@ jobs:
1515

1616
- uses: actions/setup-node@v3
1717
with:
18-
node-version: '14'
19-
registry-url: https://registry.npmjs.org/
18+
node-version: 16.x
2019

21-
- run: corepack enable
22-
23-
- run: npm i -g @antfu/ni
24-
- run: nci
25-
- run: nr test --if-present
26-
- run: npm publish --access public
27-
env:
28-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
29-
- run: npx conventional-github-releaser -p angular
20+
- run: npx changelogithub
3021
env:
31-
CONVENTIONAL_GITHUB_RELEASER_TOKEN: ${{secrets.GITHUB_TOKEN}}
22+
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)