From a6f836f3e14c05b3ad6fdfea8bfe125de7ba465f Mon Sep 17 00:00:00 2001 From: Jay Patel <36803168+jay-babu@users.noreply.github.com> Date: Sat, 8 Apr 2023 23:18:45 -0400 Subject: [PATCH] fix(ci): stable tag name is fixed and will always exist so force push to it on releases (#130) bugfix(ci): stable tag name is fixed and will always exist so force push to it on releases --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 64544a9ba..2b8e7d5b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,3 +43,4 @@ jobs: tag: stable message: "Current stable release: ${{ steps.release.outputs.tag_name }}" tag_exists_error: false + force_push_tag: true