chore: cleanup

This commit is contained in:
Duc Nguyen 2025-06-29 14:35:44 +07:00
parent 1e20f633f1
commit c7630bb3c1
No known key found for this signature in database
GPG key ID: 6465139165147B1A

View file

@ -29,6 +29,7 @@ jobs:
run: |
PREVIOUS_TAG=$(git describe --tags --abbrev=0 HEAD~1 2>/dev/null || echo "")
echo "previous_tag=$PREVIOUS_TAG" >> $GITHUB_OUTPUT
- name: Create and push tag
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"