From b1b13c809cf1dd8d0e9b625149d669a29c41e1cb Mon Sep 17 00:00:00 2001 From: Marco Carrozzo Date: Thu, 15 Dec 2022 12:24:54 +0100 Subject: [PATCH] devel pipe --- .github/actions/npm-check-bundle/action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/actions/npm-check-bundle/action.yml b/.github/actions/npm-check-bundle/action.yml index 505f340de0..d638a18fb4 100644 --- a/.github/actions/npm-check-bundle/action.yml +++ b/.github/actions/npm-check-bundle/action.yml @@ -9,9 +9,12 @@ runs: using: "composite" steps: - name: npm check bundle + env: + TAG_NPM: alpha shell: bash id: sha_out run: | + set -u; export ADF_VERSION=$(npm view @alfresco/adf-core@${TAG_NPM} version) echo "ADF_VERSION='${ADF_VERSION}'" ./scripts/travis/build/npm-check-bundles.sh -v ${ADF_VERSION}