From 1da835a0b88973ac61e72fb6e58a0b860e3102cd Mon Sep 17 00:00:00 2001 From: Carlos Santiago <5726971+csantiago132@users.noreply.github.com> Date: Sat, 19 Oct 2024 18:26:20 -0500 Subject: [PATCH] fix(config): npx semantic-release --- .github/workflows/release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3206b09..e5b8b29 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,9 +38,7 @@ jobs: - name: Release id: semantic_release - uses: semantic-release/action@v6 - with: - args: --ci + run: npx semantic-release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}