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 a2bb7e6 commit 14178a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/callable-npm-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: |
npm install -g lerna
lerna list --json | jq -r '.[] | select(.name=="aws-amplify") | .version'
aws-amplify-prev-version=$(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 The version of 'aws-amplify' is $aws-amplify-prev-version
# - name: Setup node and build the repository
Expand Down

0 comments on commit 14178a8

Please sign in to comment.