From 12033c6df3cc6316fc6fd450c667309252928ef7 Mon Sep 17 00:00:00 2001 From: EGOIST <0x142857@gmail.com> Date: Sat, 30 Jul 2022 14:31:20 +0800 Subject: [PATCH] chore: tweaks --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 505bc7d..1b926e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: - name: Release if: "github.event_name != 'pull_request'" - run: pnpx -y semantic-release --branches main + run: pnpx semantic-release --branches main env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}