From f5a4bc2f38506712c85e05681a4024dfd3004832 Mon Sep 17 00:00:00 2001 From: codeleep Date: Thu, 11 Apr 2024 16:29:18 +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 cdf042a..a1e581a 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 + git push origin master-backup echo "INFO Creating tag: ${{ github.event.inputs.version }}" git tag ${{ github.event.inputs.version }} -a -m "Autogenerated version bump tag"