From c05656717b989a3605568413ae3b1b430a714f63 Mon Sep 17 00:00:00 2001 From: James R Swift Date: Sun, 14 Jul 2024 15:43:33 +0100 Subject: [PATCH] Update release.yml test --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index db67065..391beac 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -72,6 +72,8 @@ jobs: git config user.name "${GIT_USER_NAME}" git config user.email "${GIT_USER_EMAIL}" git checkout -b "${PKG_NAME}-${PKG_VERSION}" + git remote remove origin + git remote add origin https://${{ secrets.REGISTRY_TOKEN }}]@github.com/${{ env.REGISTRY_REPO }} git add . git commit -m "${PKG_NAME}:${PKG_VERSION}" git push --set-upstream origin "${PKG_NAME}-${PKG_VERSION}"