Skip to content

Commit

Permalink
Fix subtle difference in field name
Browse files Browse the repository at this point in the history
  • Loading branch information
norwd authored Nov 20, 2024
1 parent 5de51ec commit e322b0b
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 @@ -54,7 +54,7 @@ jobs:
env:
GH_REPO: '${{ github.repository }}'
JQ_PROPS: 'tagName'
JQ_QUERY: '"tag_name=" + (.tag_name | tostring)'
JQ_QUERY: '"tag_name=" + (.tagName | tostring)'

- name: "Generate an authors.yaml file"
run: gh api "${ENDPOINT}" --jq "${JQ_QUERY}" | tee authors.yaml
Expand Down

0 comments on commit e322b0b

Please sign in to comment.