Skip to content

Commit

Permalink
test actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashwin Kumar committed Nov 28, 2023
1 parent 8459994 commit 21e8376
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/callable-npm-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 21e8376

Please sign in to comment.