chore: allows dist to push to Git

This commit is contained in:
郭桓桓 2023-02-28 18:59:21 +08:00
parent c0b6ef1897
commit db1fdcefa1
Signed by: kuohuanhuan
GPG Key ID: FD846A0A797B0D75
2 changed files with 4 additions and 6 deletions

View File

@ -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 }}

2
.gitignore vendored
View File

@ -1,4 +1,2 @@
dist/
.env.local
node_modules/