Skip to content

Commit

Permalink
Only set author-meta field for authors (#42)
Browse files Browse the repository at this point in the history
<!-- LIST CHANGES HERE -->
  • Loading branch information
norwd authored Oct 15, 2024
2 parents 21b9a24 + b37148a commit f62bbbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: gh api "${ENDPOINT}" --jq "${JQ_QUERY}" | tee authors.yaml
env:
ENDPOINT: '/repos/${{ github.repository }}/contributors'
JQ_QUERY: '"author:" + (["", (.[] | .login)] | join("\n- "))'
JQ_QUERY: '"author-meta:" + (["", (.[] | .login)] | join("\n- "))'

- name: "Generate a changelog.md file"
run: gh api "${ENDPOINT}" --template "${TEMPLATE}" | tee changelog.md
Expand Down

0 comments on commit f62bbbd

Please sign in to comment.