Skip to content

Commit

Permalink
Merge pull request #493 from bcgov/devops/gh_workflow_update_20240207_2
Browse files Browse the repository at this point in the history
GH Workflow Update
  • Loading branch information
andreyshestakov-phsa authored Feb 7, 2024
2 parents 8e4e8a6 + 9a3fc53 commit e8df78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/QA_Code_Deployment _Hotfix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
LATEST_TAG=${{ steps.latesttag.outputs.LATEST_TAG }}
NUMBER=${LATEST_TAG#HOTFIXQA.}
NEW_NUMBER=$((NUMBER + 1))
NEW_TAG=ST.${NEW_NUMBER}
NEW_TAG=HOTFIXQA.${NEW_NUMBER}
echo "NEW_TAG=$NEW_TAG" >> $GITHUB_OUTPUT
- name: 'Push new tag'
Expand Down

0 comments on commit e8df78f

Please sign in to comment.