diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9a21aa7..d2a419a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -35,6 +35,9 @@ jobs: - name: NPM registry authentication run: npm set //registry.npmjs.org/:_authToken ${{ secrets.NPMJSORG_PUBLISH_TOKEN }} + - name: NPM Whoami + run: npm whoami + - name: Publish with CLI to Code Artifact run: | npm publish --access public --ignore-scripts