Skip to content

Commit 887d80b

Browse files
committed
Fix releas push
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
1 parent 9fd3db7 commit 887d80b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,4 @@ jobs:
141141
git config --global user.name 'Github Actions'
142142
git config --global user.email 'gh-action@users.noreply.github.com'
143143
git commit -am "Bump changelog for $RELEASE_VERSION"
144-
git push
144+
git push origin HEAD:main

0 commit comments

Comments
 (0)