2 Commits

Author SHA1 Message Date
YunYouJun
974d523f9d chore: release v1.1.6 2023-07-30 21:20:58 +08:00
YunYouJun
e9427f7fb0 chore: add release with files 2023-07-30 21:20:53 +08:00
2 changed files with 7 additions and 1 deletions

View File

@@ -33,6 +33,12 @@ jobs:
name: Cook 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
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

View File

@@ -1,6 +1,6 @@
{
"private": true,
"version": "1.1.5",
"version": "1.1.6",
"packageManager": "pnpm@8.6.10",
"engines": {
"node": ">=14"