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

Compare commits

..

3 Commits

Author SHA1 Message Date
35077abd10 release: v0.0.0-20230228.3 2023-02-28 18:59:33 +08:00
db1fdcefa1 chore: allows dist to push to Git 2023-02-28 18:59:21 +08:00
c0b6ef1897 release: v0.0.0-20230228.2 2023-02-28 18:55:04 +08:00
3 changed files with 7 additions and 9 deletions

View File

@ -25,10 +25,10 @@ jobs:
# Step IV # Step IV
- name: Publish to NPM Registry - name: Publish to NPM Registry
uses: JS-DevTools/npm-publish@v1 uses: JS-DevTools/npm-publish@v1
env: with:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} token: ${{ secrets.NPM_TOKEN }}
# Step V # Step V
- name: Generate Changelog - name: Generate changelog
run: npx changelogithub@0.12 uses: hideoo/changelogithub-action@v1
env: with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}

2
.gitignore vendored
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "x-markdown-css", "name": "x-markdown-css",
"version": "0.0.0-20230228.1", "version": "0.0.0-20230228.3",
"description": "A simple and customizable Markdown CSS for everyone.", "description": "A simple and customizable Markdown CSS for everyone.",
"main": "index.js", "main": "index.js",
"repository": { "repository": {