Skip to content

Commit

Permalink
ci(pre-release.yml): fix 401 issue for external depencency
Browse files Browse the repository at this point in the history
Signed-off-by: Bofu Chen (bafu) <bofu@numbersprotocol.io>
  • Loading branch information
bafu committed Oct 25, 2022
1 parent d22fecd commit 5d9e05f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
APPS_FLYER_DEV_KEY: ${{ secrets.APPS_FLYER_DEV_KEY }}
NUMBERS_PQINA_NPM_KEY: ${{ secrets.NUMBERS_PQINA_NPM_KEY }}
run: |
npm run preconfig.npmrc
npm install -g @ionic/cli
npm install
npm run build
Expand Down Expand Up @@ -101,6 +102,7 @@ jobs:
APPS_FLYER_DEV_KEY: ${{ secrets.APPS_FLYER_DEV_KEY }}
NUMBERS_PQINA_NPM_KEY: ${{ secrets.NUMBERS_PQINA_NPM_KEY }}
run: |
npm run preconfig.npmrc
npm install -g @ionic/cli
npm install
npm run build
Expand Down Expand Up @@ -176,6 +178,7 @@ jobs:
APPS_FLYER_DEV_KEY: ${{ secrets.APPS_FLYER_DEV_KEY }}
NUMBERS_PQINA_NPM_KEY: ${{ secrets.NUMBERS_PQINA_NPM_KEY }}
run: |
npm run preconfig.npmrc
npm install -g @ionic/cli
npm install
npm run build
Expand Down

0 comments on commit 5d9e05f

Please # to comment.