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 3bb59c5Copy full SHA for 3bb59c5
.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
+ echo git tag -a "${tag}" -m"Version ${version}";
0 commit comments