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 47f1f59 commit acce30d
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,8 @@ on:
branches: [main, alpha]

jobs:
localNPMRegistry:
name: LocalNPM
runs-on: ubuntu-latest
env:
REGISTRY_URL: 'http://localhost:4873'
NPM_USERNAME: 'hli'
NPM_PASSWORD: '928318'
NPM_EMAIL: '[email protected]'
steps:
- run: |
echo "${{env.NPM_USERNAME}}"
release:
name: Release
needs: localNPMRegistry
runs-on: ubuntu-latest
env:
REGISTRY_URL: 'http://localhost:4873'
Expand Down

0 comments on commit acce30d

Please sign in to comment.