Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaina authored Jan 17, 2024
1 parent 9d40824 commit cc81e13
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,11 @@ jobs:
# CHANGELOG.mdのUnreleasedの内容を後で使うために取得
- name: Get changelog
run: |
echo "changelog=$(sed -n '/## 202x.x.x (Unreleased)/,/^## /p' CHANGELOG.md | sed -e 1d -e '$d')" >> $GITHUB_OUTPUT
{
echo 'changelog<<EOF'
sed -n '/## 202x.x.x (Unreleased)/,/^## /p' CHANGELOG.md | sed -e 1d -e '$d'
echo EOF
} >> "$GITHUB_ENV"
id: changelog
# CHANGELOG.mdのバージョンの書き換え
- name: Modify CHANGELOG.md
Expand Down

0 comments on commit cc81e13

Please sign in to comment.