1
0
mirror of https://github.com/kuohuanhuan/x-markdown-css.git synced 2024-11-25 06:18:19 +00:00

chore: allows dist to push to Git

This commit is contained in:
2023-02-28 18:59:21 +08:00
parent c0b6ef1897
commit db1fdcefa1
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/