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 16, 2024
1 parent 9119192 commit 4f9beb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ 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=$(sed -n '/## 202x.x.x (Unreleased)/,/^## /p' CHANGELOG.md | sed -e 1d -e '$d') >> $GITHUB_OUTPUT
id: changelog
# CHANGELOG.mdのバージョンの書き換え
- name: Modify CHANGELOG.md
Expand Down

0 comments on commit 4f9beb0

Please sign in to comment.