diff --git a/.github/workflows/npm_publish.yml b/.github/workflows/npm_publish.yml index fcfdfee..315b8c2 100644 --- a/.github/workflows/npm_publish.yml +++ b/.github/workflows/npm_publish.yml @@ -39,6 +39,5 @@ jobs: run: npm run build - name: Publish env: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - run: npx semantic-release + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + run: npx --yes semantic-release