From fd4b8e35c6b4890e44d12b0b4a146238d3b9a153 Mon Sep 17 00:00:00 2001 From: ferreo Date: Wed, 24 Jul 2024 01:03:28 +0200 Subject: [PATCH] Update .github/workflows/release-nestv3.yml --- .github/workflows/release-nestv3.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-nestv3.yml b/.github/workflows/release-nestv3.yml index b08079f..cfec3a4 100644 --- a/.github/workflows/release-nestv3.yml +++ b/.github/workflows/release-nestv3.yml @@ -17,6 +17,11 @@ jobs: options: --privileged -it 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 - name: Import GPG key @@ -33,9 +38,6 @@ jobs: name: id_rsa known_hosts: ${{ secrets.KNOWN_HOSTS }} if_key_exists: replace - - - name: Update APT Cache - run: apt-get update -y - name: Build Package run: ./mainv3.sh