🛠️ fix ci

This commit is contained in:
kawamataryo
2023-08-22 20:52:24 +09:00
parent e379df35cd
commit 7e227a312c
2 changed files with 1 additions and 9 deletions

View File

@@ -19,7 +19,7 @@ jobs:
run: npm ci
- name: Check if release is required
run: npx changeset status
run: ls .changeset/*.md > /dev/null 2>&1 || exit 1
- name: If there is no need to release
if: ${{ failure() }}