Skip to content

Commit 60f0d2b

Browse files
committed
fix: 시맨틱 릴리즈 changelog 추가
1 parent 6600e5d commit 60f0d2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
node-version: '22'
110110

111111
- name: Install Semantic Release dependencies
112-
run: npm install semantic-release @semantic-release/commit-analyzer @semantic-release/release-notes-generator conventional-changelog-conventionalcommits
112+
run: npm install semantic-release @semantic-release/commit-analyzer @semantic-release/release-notes-generator conventional-changelog-conventionalcommits @semantic-release/changelog
113113

114114
- name: Semantic Release
115115
id: get_version
@@ -208,4 +208,4 @@ jobs:
208208
**시도 버전**: ${{ env.SEMANTIC_VERSION }}
209209
**커밋**: [${{ steps.vars.outputs.sha_short }}](${{ github.server_url }}/${{ github.repository }}/commit/${{ github.sha }})
210210
**요청자**: ${{ github.actor }}
211-
embed-url: "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
211+
embed-url: "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"

0 commit comments

Comments
 (0)