Skip to content

Commit

Permalink
cng env
Browse files Browse the repository at this point in the history
  • Loading branch information
kanghyungmin committed Sep 23, 2024
1 parent d55b19f commit 81fb617
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 @@ -26,7 +26,7 @@ jobs:
run: |
echo "## What's Changed" > release-notes.md
echo "" >> release-notes.md
echo "${{ steps.get_prs.outputs.pr_list }}" >> release-notes.md # 환경 변수 사용
echo "${{ env.pr_list }}" >> release-notes.md # 환경 변수 사용
echo "" >> release-notes.md
echo "(************)"
echo "**Full Changelog**: https://github.com/${{ github.repository }}/compare/${{ github.ref_name }}...${{ github.ref_name }}" >> release-notes.md
Expand Down

0 comments on commit 81fb617

Please sign in to comment.