From ceb4710a30bb32f5765a9181d2f2fa00c2ac8124 Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Mon, 4 Mar 2024 18:35:45 +0800 Subject: [PATCH] chore(ci): fixed manifest.json copy issue Signed-off-by: Neko Ayaka --- .github/workflows/release.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 07d4266..efd465d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -52,6 +52,9 @@ jobs: id: version run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//} + - name: Copy manifest + run: cp manifest.json dist/manifest.json + - name: Create release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}