Skip to content

Commit c0b0584

Browse files
committed
Testsssssssssss
1 parent 006d5ce commit c0b0584

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,9 @@ jobs:
174174
echo "::error::Merge base $MERGE_BASE is not the second parent of main ref $MAIN_BRANCH ($MAIN_PARENT)"
175175
exit 1
176176
fi
177+
# Copy author and comitter information from the target commit
178+
export $( git show --no-patch "$TARGET" \
179+
--format=format:$'GIT_COMITTER_NAME=%cn\nGIT_COMITTER_EMAIL=%ce\nGIT_AUTHOR_NAME=%an\nGIT_AUTHOR_EMAIL=%ae' )
177180
git merge --no-ff -m "Merge version $GMICPY_VERSION into $MAIN_BRANCH" "$TARGET"
178181
TAGNAME="v$GMICPY_VERSION"
179182
MERGEHASH=$( git rev-parse HEAD )

0 commit comments

Comments
 (0)