From 1f6b64b82da2ea0a3b6c989e04752f3d8f1715b3 Mon Sep 17 00:00:00 2001 From: Jay Patel <36803168+jay-babu@users.noreply.github.com> Date: Sat, 8 Apr 2023 20:28:55 -0400 Subject: [PATCH] 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