Skip to content

Commit

Permalink
chore(ci): fixed manifest.json copy issue
Browse files Browse the repository at this point in the history
Signed-off-by: Neko Ayaka <neko@ayaka.moe>
  • Loading branch information
nekomeowww committed Mar 4, 2024
1 parent aa006ad commit ceb4710
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit ceb4710

Please sign in to comment.