ci: fix pr build

pull/150/head
undefined 3 years ago
parent b4bb02bd57
commit e718ea1fb6

@ -22,9 +22,12 @@ jobs:
uses: actions/setup-node@v1 uses: actions/setup-node@v1
with: with:
node-version: 14.x node-version: 14.x
- name: Config - name: Env
if: ${{ secrets.NPM_TOKEN }}
run: | run: |
echo "npmAuthToken: ${{secrets.NPM_TOKEN}}" >> .yarnrc.yml echo "npmAuthToken: ${{secrets.NPM_TOKEN}}" >> .yarnrc.yml
- name: Config
run: |
git config --global user.name undefined git config --global user.name undefined
git config --global user.email i@undefined.moe git config --global user.email i@undefined.moe
- name: Install - name: Install

Loading…
Cancel
Save