Skip to content

Commit 4a77ed1

Browse files
authored
Merge pull request #4 from codeleep/dev_4.x
feature(frame): Code finishing
2 parents b076f1f + 7305782 commit 4a77ed1

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 origin master-backup
42+
git push origin refs/heads/master: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)