Skip to content

Commit

Permalink
fix: test npm token
Browse files Browse the repository at this point in the history
  • Loading branch information
haifeng-li-at-salesforce committed Jun 7, 2024
1 parent 111d248 commit fc24f02
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
NPM_USERNAME: 'hli'
NPM_PASSWORD: '928318'
NPM_EMAIL: '[email protected]'
steps:
- run: |
echo "${{env.NPM_USERNAME}}"
release:
name: Release
Expand Down

0 comments on commit fc24f02

Please sign in to comment.