mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 09:21:00 +00:00
remove unnessary install yarn command
This commit is contained in:
parent
7af5963081
commit
17528e157d
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue