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