mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-01-05 00:02:55 +08:00
Update releases.yml (#960)
This commit is contained in:
parent
6fcdd6ab0d
commit
d1a6612b14
5
.github/workflows/releases.yml
vendored
5
.github/workflows/releases.yml
vendored
@ -18,6 +18,11 @@ jobs:
|
|||||||
- name: verify package exists
|
- name: verify package exists
|
||||||
run: ls packages/${{ github.event.inputs.package }}
|
run: ls packages/${{ github.event.inputs.package }}
|
||||||
|
|
||||||
|
- name: Set Node.js 12.x
|
||||||
|
uses: actions/setup-node@v1
|
||||||
|
with:
|
||||||
|
node-version: 12.x
|
||||||
|
|
||||||
- name: npm install
|
- name: npm install
|
||||||
run: npm install
|
run: npm install
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user