mirror of
https://github.com/kuohuanhuan/x-markdown-css.git
synced 2024-11-25 06:18:19 +00:00
Compare commits
2 Commits
v0.0.0-202
...
v0.0.0-202
Author | SHA1 | Date | |
---|---|---|---|
24056e42d5
|
|||
274fc0fb31
|
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@ -41,11 +41,6 @@ jobs:
|
||||
with:
|
||||
token: ${{ secrets.NPM_TOKEN }}
|
||||
# Step VII
|
||||
- name: Generate Changelog
|
||||
run: npx changelogithub@0.12
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
# Step VIII
|
||||
- name: GitHub Release
|
||||
uses: marvinpinto/action-automatic-releases@latest
|
||||
with:
|
||||
@ -54,5 +49,10 @@ jobs:
|
||||
files: |
|
||||
dist/*
|
||||
build.tar.gz
|
||||
# Step VIII
|
||||
- name: Generate Changelog
|
||||
run: npx changelogithub@0.12
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
# Authored by @kuohuanhuan.
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "x-markdown-css",
|
||||
"version": "0.0.0-20230303.2",
|
||||
"version": "0.0.0-20230303.3",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "x-markdown-css",
|
||||
"version": "0.0.0-20230303.2",
|
||||
"version": "0.0.0-20230303.3",
|
||||
"description": "A simple and customizable markdown CSS stylesheet for everyone.",
|
||||
"keywords": [
|
||||
"markdown",
|
||||
|
Reference in New Issue
Block a user