From 6bf9415c8759305bb528530ecb422a75df82070b Mon Sep 17 00:00:00 2001 From: Cheng XU Date: Fri, 31 Mar 2023 18:48:46 -0700 Subject: [PATCH] more fix for release workflow --- .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 2b57631..15b4d5f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,4 +31,4 @@ jobs: git checkout -b "${TAG_VERSION}" git add Dockerfile git commit -m "Release ${TAG_VERSION}" - git push -f + git push -f --set-upstream origin "${TAG_VERSION}"