Skip to content

Commit

Permalink
Adding +3 to the new tag inQA Deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
RanadheerRG committed Jan 7, 2025
1 parent 08d3ea4 commit 186d1b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/QA_Code_Deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
run: |
LATEST_TAG=${{ steps.latesttag.outputs.LATEST_TAG }}
NUMBER=${LATEST_TAG#QA.}
NEW_NUMBER=$((NUMBER + 1))
NEW_NUMBER=$((NUMBER + 3))
NEW_TAG=QA.${NEW_NUMBER}
echo "NEW_TAG=$NEW_TAG" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 186d1b5

Please sign in to comment.