From 6849f6489bd1be75789bf2de62fa7b3b3c27a6e5 Mon Sep 17 00:00:00 2001 From: lucirezac Date: Tue, 26 Mar 2024 10:59:10 +0100 Subject: [PATCH] GO-165 Add npm install --- .github/workflows/Release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 401f7b5..e94e3b5 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -7,6 +7,7 @@ on: branches: GO-165_create-release-workflow env: + # VERSION: v1.2.2 # ${{ github.event.release.tag_name }} WORKDIR: release GITHUB_TOKEN: ${{ secrets.SYSADMIN_GEOCODING_CONTROL_CREDENTIALS }} @@ -24,6 +25,9 @@ jobs: with: path: ${{ env.WORKDIR }} + - name: Install npm + run: npm i + - name: Create pull request run: npm run cdn-pr