Skip to content

Commit

Permalink
cng icong
Browse files Browse the repository at this point in the history
  • Loading branch information
kanghyungmin committed Sep 23, 2024
1 parent 0e4800a commit c65363c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Generate Release Notes
run: |
echo "## What's Changed" > release-notes.md
echo "## 🚀 Pull Requests" > release-notes.md
echo "" >> release-notes.md
echo "${{ env.pr_list }}" >> release-notes.md # 환경 변수 사용
echo "" >> release-notes.md
Expand All @@ -39,7 +39,7 @@ jobs:
echo "body<<EOF" >> $GITHUB_ENV
cat release-notes.md >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
- name: Publish Release Notes
uses: softprops/action-gh-release@v2 # 최신 버전으로 업데이트
with:
Expand Down

0 comments on commit c65363c

Please sign in to comment.