We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edfadcd commit 8d89f0dCopy full SHA for 8d89f0d
.github/workflows/tag-version.yml
@@ -36,3 +36,8 @@ jobs:
36
echo "Tag '${existing_tag}' already exists, aborting.";
37
exit 1;
38
fi
39
+
40
+ git config user.name "Mindee";
41
+ git config user.email "opensource@mindee.com"
42
43
+ git config -l
0 commit comments