From 6d57db346c97c493adac590120f0fc58fdc56e0e Mon Sep 17 00:00:00 2001 From: kubi Date: Sat, 11 May 2024 03:59:28 +0000 Subject: [PATCH] Update release.yaml --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 22def9b..e677549 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -53,6 +53,7 @@ jobs: git config --local user.email "github-actions[bot]@users.noreply.github.com" git config --local user.name "github-actions[bot]" git checkout -b ${BRANCH} + git push -u origin ${BRANCH} sed -i "s/var Version = \".*\"/var Version = \"${REF:11}\"/" system/const.go git add system/const.go git commit -m "bump version for release"