Skip to content

Commit b219ffe

Browse files
committed
chore: update workflows config.
1 parent e4e677a commit b219ffe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- run: npm run test:coverage
1919

2020
- name: Create Coverage Badges
21-
uses: jaywcjlove/coverage-badges-cli@main
21+
uses: jaywcjlove/coverage-badges-cli@v1.0.10
2222
with:
2323
output: build/badges.svg
2424

@@ -48,6 +48,7 @@ jobs:
4848
- name: Deploy
4949
uses: peaceiris/actions-gh-pages@v3
5050
with:
51+
commit_message: ${{steps.tag_version.outputs.tag}} ${{ github.event.head_commit.message }}
5152
github_token: ${{ secrets.GITHUB_TOKEN }}
5253
publish_dir: ./build
5354

0 commit comments

Comments
 (0)