Skip to content

Commit f5a4bc2

Browse files
codeleepmini1798
authored andcommitted
feature(frame): Code finishing
1. Code finishing
1 parent 64834d2 commit f5a4bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
git config --global user.name ${{ env.user }}
4040
git config --global user.email ${{ env.email }}
4141
git commit -am "Bump version to $VERSION"
42-
git push
42+
git push origin master-backup
4343
4444
echo "INFO Creating tag: ${{ github.event.inputs.version }}"
4545
git tag ${{ github.event.inputs.version }} -a -m "Autogenerated version bump tag"

0 commit comments

Comments
 (0)