Skip to content

Commit

Permalink
fix(ci): whoami test
Browse files Browse the repository at this point in the history
  • Loading branch information
Iam1337 authored Jan 24, 2022
1 parent 04a1c9e commit 174486a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ jobs:
if: steps.semantic.outputs.new_release_published == 'true'
with:
registry-url: 'https://npm.iron-wall.org'
- run: npm publish
- run: |
npm whoami
npm publish
if: steps.semantic.outputs.new_release_published == 'true'
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
Expand Down

0 comments on commit 174486a

Please sign in to comment.