Skip to content

Commit

Permalink
Merge pull request #170 from yourssu/develop
Browse files Browse the repository at this point in the history
fix: deploy.yml pnpm 버전 충돌 문제 해결
  • Loading branch information
nijuy authored Jan 4, 2025
2 parents 44f2e6c + 6db40fd commit e113dc3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 이 파일은 release note 작성에 사용되는 파일입니다.

changelog:
name-template: '@Yourssu Design/design-system-react@$RESOLVED_VERSION'
name-template: '@yourssu/design-system-react@$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
categories:
- title: '🆕 Exciting New Features!'
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:

- name: Set up pnpm
uses: pnpm/action-setup@v4
with:
version: 9

- name: Set up Node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit e113dc3

Please sign in to comment.