From 90b9b407b3fd356a86896a16a1adfde527940199 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=BC=9F=E8=B0=83=E8=B0=83?= Date: Mon, 29 Jul 2024 03:21:29 +0800 Subject: [PATCH] doc: Update github-actions.md --- docs/github-actions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/github-actions.md b/docs/github-actions.md index 2e3d33fec6a..39386ced1ca 100644 --- a/docs/github-actions.md +++ b/docs/github-actions.md @@ -574,6 +574,7 @@ jobs: ```yml - run: npm publish --access public + continue-on-error: true env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} ```