Skip to content

Commit

Permalink
chore: Update version fetching
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdip-b committed Jan 23, 2025
1 parent 54e7c3e commit 00db659
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ jobs:

- name: Set version to github env
run: |
echo "New Version: ${{ steps.release.outputs.version }}"
echo "::set-output name=version::${{ steps.release.outputs.version }}"
version=`jq -r '.version' package.json`
echo "New Version: $version"
echo "version=$version" >> $GITHUB_ENV
deploy-api:
needs: release
Expand Down

0 comments on commit 00db659

Please sign in to comment.