From e9427f7fb035cd8a77feeca85645acd0399a6b66 Mon Sep 17 00:00:00 2001 From: YunYouJun Date: Sun, 30 Jul 2023 21:20:53 +0800 Subject: [PATCH] chore: add release with files --- .github/workflows/release.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index be28bd7..59966b3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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}}