Skip to content

Commit

Permalink
Update updateVersion.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jagankumar-egov authored Jan 10, 2024
1 parent 757479f commit 1863e5a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/updateVersion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ jobs:
echo "VERSION_CHANGED=false" >> $GITHUB_ENV
fi
- name: Debug Version Changed
run: |
echo "VERSION_CHANGED=${{ steps.check_change.outputs.VERSION_CHANGED }}"
echo "current_version=${{ steps.check_change.outputs.CURRENT_VERSION }}"
- name: Increment Version
run: |
Expand Down

0 comments on commit 1863e5a

Please sign in to comment.