diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dc87512..cf677f5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,5 +20,7 @@ jobs: - if: success() env: CI: true + GH_TOKEN: ${{ secrets.GH_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + NPM_TOKEN: ${{ secrets.NPM_TOKEN }} run: npx semantic-release