mirror of
https://github.com/kuohuanhuan/x-markdown-css.git
synced 2024-11-25 06:18:19 +00:00
chore(ci): solve version conflicts & errors
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
run: npm run build
|
||||
# Step V
|
||||
- name: Create tar.gz File
|
||||
uses: TheDoctor0/zip-release@latest
|
||||
uses: TheDoctor0/zip-release@0.7.1
|
||||
with:
|
||||
type: tar
|
||||
path: dist/
|
||||
@ -47,7 +47,7 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
# Step VIII
|
||||
- name: GitHub Release
|
||||
uses: marvinpinto/action-automatic-releases@v1
|
||||
uses: marvinpinto/action-automatic-releases@latest
|
||||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
prerelease: false
|
||||
|
Reference in New Issue
Block a user