diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1ddca59..f254c79 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,6 +39,6 @@ jobs: - name: Release if: ${{ github.ref == 'refs/heads/main' }} env: - GH_TOKEN: ${{ secrets.GH_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} run: npx semantic-release --dry-run