Skip to content

Commit

Permalink
cicd: fix release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
zostay committed Jan 17, 2024
1 parent b9088c6 commit 1674eb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prepare.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fi
- name: Release Notes Capture
run: |
sed -n '/^[0-9]/,/^[0-9]/p' | head -n-1 | tail -n-1 > release-notes.md
sed -n '/^[0-9]/,/^[0-9]/p' Changes.md | head -n-1 | tail -n-1 > release-notes.md
echo "Release Notes Will be..."
echo "========================"
cat release-notes.md
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fi
- name: Release Notes Capture
run: |
sed -n '/^[0-9]/,/^[0-9]/p' | head -n-1 | tail -n-1 > release-notes.md
sed -n '/^[0-9]/,/^[0-9]/p' Changes.md | head -n-1 | tail -n-1 > release-notes.md
echo "Release Notes Will be..."
echo "========================"
cat release-notes.md
Expand Down

0 comments on commit 1674eb7

Please sign in to comment.