diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 64ea0df..1b245b5 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -65,7 +65,7 @@ jobs: run: yarn && yarn build - name: Release env: - GH_TOKEN: ${{ secrets.GH_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} run: yarn semantic-release