diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 677bddf..e9c83c3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: run: npm run build - name: Release env: - GITHUB_TOKEN: ${{ secrets.TOKEN_FOR_GITHUB }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} run: npx semantic-release - name: Deploy to Github Pages