Skip to content

Commit

Permalink
ci: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 25, 2023
1 parent 71cd5fc commit 1f46f17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- run: npm install [email protected] -g
- run: idoc
- run: cp -rp coverage/lcov-report dist

- run: cat coverage/coverage-summary.json

- name: Create Coverage Badges
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
with:
commit_message: ${{steps.tag_version.outputs.tag}} ${{ github.event.head_commit.message }}
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./coverage
publish_dir: ./dist

- name: Generate Changelog
id: changelog
Expand Down

0 comments on commit 1f46f17

Please sign in to comment.