From cd1ad8b1f83f44c5a2387e969931bc5d9e5c2826 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=A9=E6=B4=A5=E6=B8=89?= Date: Fri, 26 Mar 2021 17:34:50 +0900 Subject: [PATCH] chore: change release.yml correctly --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 07b5708..76517cb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,9 +16,11 @@ jobs: uses: actions/setup-node@v1 with: node-version: 12 + registry-url: "https://registry.npmjs.org" - name: Install dependencies run: npm ci - name: Release env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + GH_TOKEN: ${{ secrets.GH_TOKEN }} run: npx semantic-release