checkout tag, yarn install
Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
@@ -11,6 +11,10 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
ref: {{ github.event.inputs.version }}
|
||||
- name: Install dependencies
|
||||
run: yarn install
|
||||
- name: Checkout versions
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user