Update .github/workflows/release-nestv3.yml
This commit is contained in:
parent
b3d709b884
commit
fd4b8e35c6
8
.github/workflows/release-nestv3.yml
vendored
8
.github/workflows/release-nestv3.yml
vendored
@ -17,6 +17,11 @@ jobs:
|
|||||||
options: --privileged -it
|
options: --privileged -it
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Update APT Cache
|
||||||
|
run: apt-get update -y
|
||||||
|
|
||||||
|
- name: Install Node and NPM
|
||||||
|
run: apt-get install nodejs npm -y
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Import GPG key
|
- name: Import GPG key
|
||||||
@ -34,9 +39,6 @@ jobs:
|
|||||||
known_hosts: ${{ secrets.KNOWN_HOSTS }}
|
known_hosts: ${{ secrets.KNOWN_HOSTS }}
|
||||||
if_key_exists: replace
|
if_key_exists: replace
|
||||||
|
|
||||||
- name: Update APT Cache
|
|
||||||
run: apt-get update -y
|
|
||||||
|
|
||||||
- name: Build Package
|
- name: Build Package
|
||||||
run: ./mainv3.sh
|
run: ./mainv3.sh
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user