From 21e8376e8be14fef459d0d2c52326508b1697fec Mon Sep 17 00:00:00 2001 From: Ashwin Kumar Date: Tue, 28 Nov 2023 15:17:50 -0500 Subject: [PATCH] test actions --- .github/workflows/callable-npm-publish-release.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/callable-npm-publish-release.yml b/.github/workflows/callable-npm-publish-release.yml index d808a680c64..647f20a0013 100644 --- a/.github/workflows/callable-npm-publish-release.yml +++ b/.github/workflows/callable-npm-publish-release.yml @@ -18,12 +18,14 @@ jobs: run: | npm install -g lerna lerna list --json | jq -r '.[] | select(.name=="aws-amplify") | .version' - echo "aws-amplify-prev-version=$(lerna list --json | jq -r '.[] | select(.name == "aws-amplify") | .version')" >> $GITHUB_ENV + echo "awsamplify=$(lerna list --json | jq -r '.[] | select(.name == "aws-amplify") | .version')" >> $GITHUB_ENV - name: testing aws-amplify version working-directory: ./amplify-js + env: + PRE_VERSION: ${{ steps.version.outputs.awsamplify }} run: | - echo version is ${{ steps.version.outputs.aws-amplify-prev-version }} + echo version is $PRE_VERSION # - name: Setup node and build the repository # uses: ./amplify-js/.github/actions/node-and-build