chore(workflow): introduce changelogithub

This commit is contained in:
Neko Ayaka
2025-02-20 13:25:34 +08:00
parent 03d74df7e8
commit 3f69913ddc
5 changed files with 111 additions and 1 deletions
+11
View File
@@ -8,6 +8,12 @@ on:
env:
STORE_PATH: ''
permissions:
contents: write
issues: write
pull-requests: write
id-token: write
jobs:
release:
name: Release
@@ -53,3 +59,8 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NPM_CONFIG_PROVENANCE: true
- name: Sync GitHub Release
run: pnpm run changelogithub
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}