Skip to content

Commit

Permalink
fix: lint number
Browse files Browse the repository at this point in the history
  • Loading branch information
caohuilin committed Dec 26, 2024
1 parent 0fb31fa commit aeca37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Get Release Note
id: get-release-note
run: |
output=$(pnpm run gen-release-note | tail -n +5)
output=$(pnpm run gen-release-note | tail -n +7)
echo "release_note<<EOF" >> $GITHUB_OUTPUT
echo "$output" >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit aeca37f

Please sign in to comment.