From ffa8788acdcfb6d07886acb4eea0f4bffb5b2293 Mon Sep 17 00:00:00 2001 From: Zack Koppert Date: Mon, 16 Oct 2023 12:02:31 -0700 Subject: [PATCH] Attempt a force push --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 309cce86..757ab688 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -109,6 +109,7 @@ jobs: add: 'action.yml slim/action.yml' default_author: github_actions message: 'Automated update of action.yml and slim/action.yml version numbers' + push: origin main --force # We use ^{} to recursively deference the tag to get the commit the tag is pointing at. # Then, we use that reference to create new tags, so that the new tags point to the commit