Skip to content

Commit

Permalink
ci: fetch tags before we tag prod-previous.
Browse files Browse the repository at this point in the history
Signed-off-by: Hiram Chirino <[email protected]>
  • Loading branch information
chirino committed Nov 29, 2023
1 parent fb14d6d commit c995a04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
- name: Promote to the prod Tag
shell: bash
run: |
git fetch --tags
git tag prod-previous prod --force
git tag prod --force
git push origin prod prod-previous --force
Expand Down

0 comments on commit c995a04

Please sign in to comment.