From 73057826b44a0a00b133dda6c2a7802892122752 Mon Sep 17 00:00:00 2001 From: local-li <2939634393@qq.com> Date: Thu, 11 Apr 2024 16:32:42 +0800 Subject: [PATCH] feature(frame): Code finishing 1. Code finishing --- .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 a1e581a..df4b3e6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: git config --global user.name ${{ env.user }} git config --global user.email ${{ env.email }} git commit -am "Bump version to $VERSION" - git push origin master-backup + git push origin refs/heads/master:master-backup echo "INFO Creating tag: ${{ github.event.inputs.version }}" git tag ${{ github.event.inputs.version }} -a -m "Autogenerated version bump tag"