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"