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}"