mirror of
https://github.com/kuohuanhuan/x-markdown-css.git
synced 2024-11-25 06:18:19 +00:00
Compare commits
3 Commits
v0.0.0-202
...
v0.0.0-202
Author | SHA1 | Date | |
---|---|---|---|
35077abd10
|
|||
db1fdcefa1
|
|||
c0b6ef1897
|
12
.github/workflows/release.yaml
vendored
12
.github/workflows/release.yaml
vendored
@ -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
2
.gitignore
vendored
@ -1,4 +1,2 @@
|
|||||||
dist/
|
|
||||||
.env.local
|
.env.local
|
||||||
|
|
||||||
node_modules/
|
node_modules/
|
||||||
|
@ -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": {
|
||||||
|
Reference in New Issue
Block a user