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 4d4b1ec
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/tag-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,11 @@ 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}";
git push origin "${tag}"
echo "Tagged ${tag}"

0 comments on commit 4d4b1ec

Please sign in to comment.