mirror of
https://github.com/actions/setup-node.git
synced 2025-04-30 06:43:44 +07:00
remove unnessary install yarn command (#50)
This commit is contained in:
parent
7af5963081
commit
57adacb752
@ -71,7 +71,6 @@ steps:
|
|||||||
with:
|
with:
|
||||||
node-version: '10.x'
|
node-version: '10.x'
|
||||||
registry-url: <registry url>
|
registry-url: <registry url>
|
||||||
- run: npm install -g yarn
|
|
||||||
- run: yarn install
|
- run: yarn install
|
||||||
- run: yarn publish
|
- run: yarn publish
|
||||||
env:
|
env:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user