Skip to content

Commit

Permalink
ci: remove whoami
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Jul 26, 2024
1 parent 9e5ebde commit 5e01c16
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ jobs:
with:
node-version: '22.x'
registry-url: 'https://registry.npmjs.org'
- run: npm whoami
- run: yarn install --frozen-lockfile
- run: npm run publish
- run: yarn install
- run: yarn run publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
www:
Expand Down

0 comments on commit 5e01c16

Please sign in to comment.