Skip to content

Commit

Permalink
cng release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kanghyungmin committed Sep 23, 2024
1 parent 8f40f10 commit bb57990
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: Publish Release Notes
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ github.ref }}
name: 'Release ${{ github.ref }}' # 'release_name'을 'name'으로 변경
body: $(cat release-notes.md)
tag_name: ${{ github.ref_name }} # refs/tags/ 없이 태그 이름만 사용
name: 'Release ${{ github.ref_name }}'
body: $(cat release-notes.md)
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit bb57990

Please sign in to comment.