chore: add release with files

This commit is contained in:
YunYouJun
2023-07-30 21:20:53 +08:00
parent fdfe1c4622
commit e9427f7fb0

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}}