Skip to content

Commit

Permalink
Merge pull request #1053 from bcgov/BCMOHAD-27312-V1
Browse files Browse the repository at this point in the history
BCMOHAD-27312-V1 || Adding +3 to the new tag in QA Deployment
  • Loading branch information
RanadheerRG authored Jan 7, 2025
2 parents 08d3ea4 + 186d1b5 commit f64e768
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 f64e768

Please sign in to comment.