From e3c7752de8157a63fa0f3fa9b060e309afaaf5fa Mon Sep 17 00:00:00 2001 From: Keith Cirkel Date: Thu, 19 Dec 2024 17:04:25 +0000 Subject: [PATCH] fix release failing --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0267d806..ad4b9a57 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: git config user.name "github-actions[bot]" git config user.email "github-actions[bot]@users.noreply.github.com" git tag -fa canary -m "Latest Continuous Release" ${GITHUB_SHA} - git push --force-with-lease origin canary:refs/tags/canary + git push --force origin canary:refs/tags/canary build: if: |