Skip to content

Commit

Permalink
fix: test difference
Browse files Browse the repository at this point in the history
  • Loading branch information
zostay committed Sep 5, 2024
1 parent 0790e7d commit 232e2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prepare.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
fi
- name: Release Notes Capture
run: |
sed -n '/^## v[0-9]/{:loop n; /^## [0-9]/q; p; b loop}' Changes.md > release-notes.md
sed -n '/^## v[0-9]/{:loop n; /^## v[0-9]/q; p; b loop}' Changes.md > release-notes.md
echo "Release Notes Will be..."
echo "========================"
cat release-notes.md
Expand Down

0 comments on commit 232e2a6

Please sign in to comment.