diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 788c7f026..6363c1e60 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -27,8 +27,8 @@ jobs: with: node-version: 14 registry-url: https://registry.npmjs.org/ - if: ${{ steps.release.outputs.release_created }} - run: npm ci + - run: git config user.name $GITHUB_ACTOR - run: npm publish env: NODE_AUTH_TOKEN: ${{secrets.NPM_SECRET}}