Skip to content

Commit

Permalink
workflow: fix variable
Browse files Browse the repository at this point in the history
  • Loading branch information
gtxaspec committed Dec 9, 2024
1 parent d36a996 commit 2d94e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/firmware.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ jobs:
COMMITS=$(gh api \
-H "Accept: application/vnd.github.v3+json" \
/repos/${{ github.repository }}/compare/$LAST_RELEASE_TAG...$GIT_HASH \
-q '.commits | sort_by(.commit.author.date) | reverse | .[] | "\(.sha[0:7]) \(.commit.message | gsub("\n"; " "))"'
-q '.commits | sort_by(.commit.author.date) | reverse | .[] | "\(.sha[0:7]) \(.commit.message | gsub("\n"; " "))"')
RELEASE_NOTES="### Changes in this release:\n"
Expand Down

0 comments on commit 2d94e55

Please sign in to comment.