Skip to content

Commit

Permalink
Add npm whoami to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
satazor committed Sep 10, 2024
1 parent d51bcde commit 100d54d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,5 @@ jobs:
NPM_TOKEN: ${{ secrets.RELEASE_NPM_TOKEN }}
run: |
echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc
npm whoami
npm run release -- --increment "${{ github.event.inputs.VERSION_BUMP }}" -V

0 comments on commit 100d54d

Please sign in to comment.