Skip to content

Commit

Permalink
changeset을 활용하기 위해 github action script를 수정합니다 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
okinawaa committed Apr 4, 2024
1 parent 405e7d6 commit 03c1eb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ jobs:
- name: Create Release Pull Request or Publish to npm
uses: changesets/action@v1
with:
publish: pnpm publish
title: 'chore: version packages'
commit: 'chore: version packages'
version: pnpm run version
publish: pnpm publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
1 change: 0 additions & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import { disassembleCompleteHangulCharacter } from './disassembleCompleteHangulC
* str: string
* ): boolean
* ```
*
* @example
* hasBatchim('값') // true
* hasBatchim('토') // false
Expand Down

0 comments on commit 03c1eb8

Please sign in to comment.