Skip to content

Commit daf9c35

Browse files
committed
ci: update workflows config.
1 parent c8b2daa commit daf9c35

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
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
node-version: 20
1818
registry-url: 'https://registry.npmjs.org'
19-
19+
2020
- name: Generate Contributors Images
2121
uses: jaywcjlove/github-action-contributors@main
2222
id: contributors
@@ -30,6 +30,7 @@ jobs:
3030
with:
3131
path: README.md
3232
body: |
33+
3334
${{steps.contributors.outputs.htmlList}}
3435
3536
- run: npm publish --access public --provenance

0 commit comments

Comments
 (0)