diff --git a/.github/release.yml b/.github/release.yml index aa5603e..1e7f5fb 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -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!' diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b5fadae..38e5c25 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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