From b23c77cd396c3127763e2888257c630269841aae Mon Sep 17 00:00:00 2001 From: hanlee Date: Mon, 28 Aug 2023 14:31:10 +0800 Subject: [PATCH] ci: fix semantic-release options --- .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 71a78de5..fcd141e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,7 +87,7 @@ jobs: run: npm run build - name: Release - run: pnpm dlx semantic-release + run: pnpm dlx semantic-release --branches main env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}