Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kanghyungmin committed Sep 23, 2024
1 parent 92544a1 commit 4e0eee2
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 @@ -29,9 +29,9 @@ jobs:
echo "${{ env.pr_list }}" >> release-notes.md # 환경 변수 사용
echo "" >> release-notes.md
echo "(************)"
cat release-notes.md
echo "(************)""
echo "**Full Changelog**: https://github.com/${{ github.repository }}/compare/${{ github.ref_name }}...${{ github.ref_name }}" >> release-notes.md
cat release-notes.md
echo "(************)"
- name: Publish Release Notes
uses: softprops/action-gh-release@v2 # 최신 버전으로 업데이트
Expand Down

0 comments on commit 4e0eee2

Please sign in to comment.