From d0b1de826a11db421f2f2c34142bd6d1d59e0419 Mon Sep 17 00:00:00 2001 From: chenos Date: Mon, 31 Oct 2022 23:39:54 +0800 Subject: [PATCH] =?UTF-8?q?chore(versions):=20=F0=9F=98=8A=20publish=20v0.?= =?UTF-8?q?8.0-alpha.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 50d305b2e..28ba90438 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,6 @@ jobs: name: publish npmjs.org run: | npm config set //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }} - git checkout -b release git config user.email "test@mail.com" git config user.name "test" && git add . git commit -m "chore(versions): test publish packages xxx"