Checkout in release job
This commit is contained in:
@@ -40,6 +40,9 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: node:20
|
image: node:20
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout code
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Install build tools
|
- name: Install build tools
|
||||||
run: apt update && apt install -y zip
|
run: apt update && apt install -y zip
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user