Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
okadurin committed Apr 19, 2024
1 parent 0080728 commit 2b5981b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ jobs:
run: npm config list

- name: Print .npmrc
run: cat $HOME/.npmrc
run: cat $HOME/.npmrc

- name: vsts-npm-auth
run: vsts-npm-auth -config .npmrc -F

- name: Npm who am I
run: npm whoami

0 comments on commit 2b5981b

Please sign in to comment.