Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kanghyungmin committed Sep 23, 2024
1 parent b817867 commit f5946d7
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 @@ -26,12 +26,12 @@ jobs:
run: |
echo "## What's Changed" > release-notes.md
echo "" >> release-notes.md
echo "$pr_list" >> release-notes.md # 환경 변수 사용
echo "${{ steps.get_prs.outputs.pr_list }}" >> release-notes.md # 환경 변수 사용
echo "" >> release-notes.md
echo "**Full Changelog**: https://github.com/${{ github.repository }}/compare/${{ github.ref_name }}...${{ github.ref_name }}" >> release-notes.md
- name: Publish Release Notes
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2 # 최신 버전으로 업데이트
with:
tag_name: ${{ github.ref_name }} # refs/tags/ 없이 태그 이름만 사용
name: 'Release ${{ github.ref_name }}'
Expand Down

0 comments on commit f5946d7

Please sign in to comment.