Skip to content

Commit

Permalink
whoami
Browse files Browse the repository at this point in the history
  • Loading branch information
huntharo committed Jun 12, 2023
1 parent efc8d42 commit 356bee8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 356bee8

Please sign in to comment.