From e7ad0c108910f1744ceeca7f1580b18fbb93b971 Mon Sep 17 00:00:00 2001 From: chenos Date: Mon, 31 Oct 2022 23:55:11 +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 28ba904385..e7eab20b18 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,6 +25,7 @@ jobs: npm config set //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }} git config user.email "test@mail.com" git config user.name "test" && git add . + echo "# test" >> Release.md git commit -m "chore(versions): test publish packages xxx" yarn release:force --registry https://registry.npmjs.org/ push-docker: