Skip to content

Commit 2f738cb

Browse files
committed
chore: release notes
1 parent 813c0f8 commit 2f738cb

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ on:
55
branches:
66
- main
77

8-
permissions: {}
8+
permissions:
9+
contents: write
910

1011
jobs:
1112
release:
@@ -26,8 +27,6 @@ jobs:
2627
- name: Prepare build environment
2728
run: pnpm dev:prepare
2829

29-
- name: nightly release
30-
run: pnpm changelogen --canary nightly --publish
30+
- run: npx changelogithub
3131
env:
32-
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
33-
NPM_CONFIG_PROVENANCE: true
32+
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)