diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5975e61..3f95c3b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -61,3 +61,19 @@ jobs: with: files: | ${{ env.ASSET }} + release: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 + + - name: Set node + uses: actions/setup-node@v4 + with: + registry-url: https://registry.npmjs.org/ + node-version: lts/* + + - run: npx changelogithub + env: + GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} \ No newline at end of file