Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
974d523f9d | ||
|
|
e9427f7fb0 | ||
|
|
fdfe1c4622 | ||
|
|
f6b285788f |
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@@ -31,7 +31,13 @@ jobs:
|
|||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: Cook Dist
|
name: Cook Dist
|
||||||
path: dist/
|
path: .output/public/
|
||||||
|
|
||||||
|
- name: Release
|
||||||
|
uses: softprops/action-gh-release@v1
|
||||||
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
|
with:
|
||||||
|
files: .output/public/
|
||||||
|
|
||||||
- run: npx changelogithub # or changelogithub@0.12 if ensure the stable result
|
- run: npx changelogithub # or changelogithub@0.12 if ensure the stable result
|
||||||
env:
|
env:
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
|
|
||||||
## 版本
|
## 版本
|
||||||
|
|
||||||
|
[](https://github.com/YunYouJun/cook/actions/workflows/release.yml)
|
||||||
|
|
||||||
### 网页版本
|
### 网页版本
|
||||||
|
|
||||||
- 网站链接:[cook.yunyoujun.cn](https://cook.yunyoujun.cn)
|
- 网站链接:[cook.yunyoujun.cn](https://cook.yunyoujun.cn)
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "1.1.4",
|
"version": "1.1.6",
|
||||||
"packageManager": "pnpm@8.6.10",
|
"packageManager": "pnpm@8.6.10",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14"
|
"node": ">=14"
|
||||||
|
|||||||
Reference in New Issue
Block a user