Skip to content

Commit

Permalink
Merge pull request #1612 from chirino/create-prod-previous-tag
Browse files Browse the repository at this point in the history
ci: store the previous prod tag as prod-previous so that we can
  • Loading branch information
mergify[bot] authored Nov 16, 2023
2 parents bdec120 + 6b7be13 commit 19ccec4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,9 @@ jobs:
- name: Promote to the prod Tag
shell: bash
run: |
git tag prod-previous prod --force
git tag prod --force
git push origin prod --force
git push origin prod prod-previous --force
build-packages:
# Sync the agent binary in s3 /download with the prod promotion in the update-prod job
Expand Down

0 comments on commit 19ccec4

Please sign in to comment.