From 1c6640140b1f6ad8698b819def7b6e144052ae99 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Tue, 14 Jun 2022 23:27:59 +0800 Subject: [PATCH] ci: update changelog generation --- .github/workflows/release.yml | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5e7808a66e51..216ba3b7b316 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,21 +13,10 @@ jobs: with: fetch-depth: 0 - - name: Install pnpm - uses: pnpm/action-setup@v2 - - - name: Set node version to v16 - uses: actions/setup-node@v3 + - uses: actions/setup-node@v3 with: - node-version: 16 - - # - run: pnpm i -g @antfu/ni - # - run: nci - # - run: nr test --if-present - # - run: npm publish --access public - # env: - # NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} + node-version: 16.x - - run: npx conventional-github-releaser -p angular + - run: npx changelogithub env: - CONVENTIONAL_GITHUB_RELEASER_TOKEN: ${{secrets.GITHUB_TOKEN}} + GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}