1
0
Fork 0
mirror of https://github.com/actions/setup-node synced 2025-04-09 10:25:52 +00:00

remove unnessary install yarn command

This commit is contained in:
Kid 2019-09-01 11:15:37 +08:00 committed by GitHub
parent 7af5963081
commit 17528e157d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,7 +71,6 @@ steps:
with:
node-version: '10.x'
registry-url: <registry url>
- run: npm install -g yarn
- run: yarn install
- run: yarn publish
env: