Skip to content

Commit aea4779

Browse files
author
Mindee
committed
🔖 Version 4.15.1
1 parent edfadcd commit aea4779

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/tag-version.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,11 @@ jobs:
3636
echo "Tag '${existing_tag}' already exists, aborting.";
3737
exit 1;
3838
fi
39+
40+
git config user.name "Mindee";
41+
git config user.email "opensource@mindee.com"
42+
43+
git tag -a "${tag}" -m"Version ${version}";
44+
git push origin "${tag}"
45+
46+
echo "Tagged: ${tag}"

0 commit comments

Comments
 (0)