diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4dab988..80defba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: 'haifeng.li@salesforce.com' - steps: - - run: | - echo "${{env.NPM_USERNAME}}" - release: name: Release - needs: localNPMRegistry runs-on: ubuntu-latest env: REGISTRY_URL: 'http://localhost:4873'