Skip to content
This repository was archived by the owner on Aug 6, 2024. It is now read-only.

Commit 2e75a5a

Browse files
committed
ci: update release
1 parent 00a6e1f commit 2e75a5a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/release.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,19 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v4
14+
with:
15+
fetch-depth: 0
1416
- uses: pnpm/action-setup@v3
1517
- uses: actions/setup-node@v4
1618
with:
17-
node-version-file: '.nvmrc'
19+
node-version-file: .nvmrc
1820
cache: pnpm
1921
registry-url: https://registry.npmjs.org
2022
- run: corepack enable
2123
- run: pnpm install
2224
- run: pnpm publish --access public --no-git-checks
2325
env:
2426
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
27+
- run: pnpx changelogithub
28+
env:
29+
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)