From d70bded4a9325bbb8f1df56c6c6cfcc56ea29b99 Mon Sep 17 00:00:00 2001 From: chenos Date: Tue, 1 Nov 2022 00:00:15 +0800 Subject: [PATCH] fix: publish error --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e7eab20b1..974a6de72 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,6 +26,7 @@ jobs: git config user.email "test@mail.com" git config user.name "test" && git add . echo "# test" >> Release.md + git add . git commit -m "chore(versions): test publish packages xxx" yarn release:force --registry https://registry.npmjs.org/ push-docker: