release: `v0.0.0-20230228.2`
This commit is contained in:
parent
8f0ec69949
commit
c0b6ef1897
|
@ -25,8 +25,8 @@ jobs:
|
|||
# Step IV
|
||||
- name: Publish to NPM Registry
|
||||
uses: JS-DevTools/npm-publish@v1
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
with:
|
||||
token: ${{ secrets.NPM_TOKEN }}
|
||||
# Step V
|
||||
- name: Generate Changelog
|
||||
run: npx changelogithub@0.12
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"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.",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in New Issue