From 52dd4d0cee32bec965d9ce07aaa9ba7d1a4c4515 Mon Sep 17 00:00:00 2001 From: kawamataryo Date: Tue, 22 Aug 2023 21:10:40 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8F=20fix=20ci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0b77d99..aae727f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,6 +26,7 @@ jobs: run: echo "No need to release" - name: Update version + if: ${{ success() }} run: npx changeset version - name: Build the extension