From a415e64895c031e5c2e27e534c8e0b084fc55aa3 Mon Sep 17 00:00:00 2001 From: Mike Wu Date: Mon, 17 Jul 2023 15:57:08 +0900 Subject: [PATCH] feat: add npm token --- .github/workflows/semantic-release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index 4a7668c..8a54ed8 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -37,8 +37,7 @@ jobs: dry_run: true semantic_version: '^19.0.0' env: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} - NPM_TOKEN: ${{ secrets.NPM_REGISTRY_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} release: name: Release version runs-on: ubuntu-latest