feat: add release-git-tag

This commit is contained in:
2025-10-13 20:35:18 +02:00
parent 47115304e8
commit ff302530f8
3 changed files with 29 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
# release-git-tag
Creates and pushes a Git tag to the remote repository.
```yaml
- uses: ./release-git-tag
with:
tag: v1.0.0
```