Skip to content

Commit

Permalink
chore: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 5, 2022
1 parent 1c5722e commit 100b72b
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 @@ -20,7 +20,7 @@ jobs:
- name: Create Coverage Badges
uses: jaywcjlove/coverage-badges-cli@main
with:
output: coverage/lcov-report/badges.svg
output: coverage/badges.svg

- name: Create Tag
id: create_tag
Expand All @@ -37,7 +37,7 @@ jobs:
with:
commit_message: ${{steps.tag_version.outputs.tag}} ${{ github.event.head_commit.message }}
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./coverage/lcov-report
publish_dir: ./coverage

- name: Generate Changelog
id: changelog
Expand Down

0 comments on commit 100b72b

Please sign in to comment.