pull/150/head
undefined 3 years ago
parent b3f513c705
commit 103f0e9eff

@ -22,12 +22,9 @@ jobs:
uses: actions/setup-node@v1 uses: actions/setup-node@v1
with: with:
node-version: 14.x node-version: 14.x
- name: Env
if: ${{ secrets.NPM_TOKEN }}
run: |
echo "npmAuthToken: ${{secrets.NPM_TOKEN}}" >> .yarnrc.yml
- name: Config - name: Config
run: | run: |
echo "npmAuthToken: ${{secrets.NPM_TOKEN}}" >> .yarnrc.yml
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