mirror of
https://github.com/kuohuanhuan/x-markdown-css.git
synced 2024-11-25 06:18:19 +00:00
chore(ci): use softprops/action-gh-release
to create GitHub Releases
This commit is contained in:
parent
6fd50e0707
commit
15ef37c0d2
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -38,3 +38,8 @@ jobs:
|
||||
run: npx changelogithub@0.12
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
# Step VII
|
||||
- name: GitHub Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
files: dist/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user