release: `v0.0.0-20230228.2`

This commit is contained in:
郭桓桓 2023-02-28 18:55:04 +08:00
parent 8f0ec69949
commit c0b6ef1897
Signed by: kuohuanhuan
GPG Key ID: FD846A0A797B0D75
2 changed files with 3 additions and 3 deletions

View File

@ -25,8 +25,8 @@ 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 run: npx changelogithub@0.12

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.2",
"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": {