diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index c616a60..2db2ebd 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -33,8 +33,9 @@ jobs: run: npx semantic-release env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} + NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - - name: publish - run: npm publish --access public - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + # - name: publish + # run: npm publish --access public + # env: + # NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}