Skip to content

Commit

Permalink
🔖 Version 4.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mindee committed Nov 28, 2024
1 parent edfadcd commit 0067d2f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tag-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,8 @@ jobs:
echo "Tag '${existing_tag}' already exists, aborting.";
exit 1;
fi
git config user.name "Mindee";
git config user.email "opensource@mindee.com"
git tag -a "${tag}" -m"Version ${version}";

0 comments on commit 0067d2f

Please sign in to comment.