fixed gh actions

pull/13/head
Yusuke Wada 2022-12-24 21:06:52 +09:00
parent 7a9015ce57
commit 27d8874780
1 changed files with 4 additions and 1 deletions

View File

@ -23,11 +23,14 @@ jobs:
- name: Install Dependencies
run: yarn
- name: Build
run: yarn build
- name: Create Release Pull Request or Publish to npm
id: changesets
uses: changesets/action@v1
with:
publish: 'yarn build && yarn changeset publish'
publish: yarn changeset publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}