We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4bc2ca commit ae25af6Copy full SHA for ae25af6
.github/workflows/release.yml
@@ -15,17 +15,8 @@ jobs:
15
16
- uses: actions/setup-node@v3
17
with:
18
- node-version: '14'
19
- registry-url: https://registry.npmjs.org/
+ node-version: 16.x
20
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
+ - run: npx changelogithub
30
env:
31
- CONVENTIONAL_GITHUB_RELEASER_TOKEN: ${{secrets.GITHUB_TOKEN}}
+ GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments