We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8b2daa commit daf9c35Copy full SHA for daf9c35
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
node-version: 20
18
registry-url: 'https://registry.npmjs.org'
19
-
+
20
- name: Generate Contributors Images
21
uses: jaywcjlove/github-action-contributors@main
22
id: contributors
@@ -30,6 +30,7 @@ jobs:
30
31
path: README.md
32
body: |
33
34
${{steps.contributors.outputs.htmlList}}
35
36
- run: npm publish --access public --provenance
0 commit comments