Skip to content

Commit

Permalink
Update update-changelog.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Geun-Oh authored Jan 3, 2025
1 parent 9ab2b5a commit 8db259f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@ jobs:
with:
script: |
const release = context.payload.release;
const ref = "${{github.ref}}"
return {
tag_name: release.tag_name || '',
body: release.body || 'No release notes provided.',
};
console.log(ref);
# 3. 기존 CHANGELOG.md 파일 업데이트
- name: Update CHANGELOG.md
Expand Down

0 comments on commit 8db259f

Please sign in to comment.