From a09c7d82b8e2816c5ff90fc89b8696a74616bcb8 Mon Sep 17 00:00:00 2001 From: Yaroslav Serhieiev Date: Wed, 7 Aug 2024 21:17:07 +0300 Subject: [PATCH] ci: remove --debug from semantic release --- .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 fe98be3..978b142 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: - name: Semantic release if: github.ref == 'refs/heads/main' - run: npx --no-install semantic-release --debug + run: npx --no-install semantic-release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}