Skip to content

Commit a18bebe

Browse files
committed
feature(frame): Code finishing
1. Code finishing
1 parent 911eda2 commit a18bebe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ 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 origin refs/heads/master:master-backup
4342
4443
echo "INFO Creating tag: ${{ github.event.inputs.version }}"
4544
git tag ${{ github.event.inputs.version }} -a -m "Autogenerated version bump tag"

0 commit comments

Comments
 (0)