From db1fdcefa195e14770315b8c6d1d11fba1b93003 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E6=A1=93=E6=A1=93?= Date: Tue, 28 Feb 2023 18:59:21 +0800 Subject: [PATCH] chore: allows dist to push to Git --- .github/workflows/release.yaml | 8 ++++---- .gitignore | 2 -- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index fee0231..181ae6f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -28,7 +28,7 @@ jobs: with: token: ${{ secrets.NPM_TOKEN }} # Step V - - name: Generate Changelog - run: npx changelogithub@0.12 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Generate changelog + uses: hideoo/changelogithub-action@v1 + with: + token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.gitignore b/.gitignore index d9e32d3..1a931bb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,2 @@ -dist/ .env.local - node_modules/