bugfix: agregar setup previo a ejecucion de git tag

This commit is contained in:
jt
2026-07-08 22:21:17 -03:00
parent d456565b2f
commit 1cc2de0b75
+4 -2
View File
@@ -13,9 +13,11 @@ jobs:
with: with:
fetch-depth: 10 fetch-depth: 10
- name: Show git log - name: Configure git
run: | run: |
git log --oneline --graph -10 git config --global user.name "gitea-actions"
git config --global user.email "actions@git.jonathanteran.dev"
git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: "Set up Python" - name: "Set up Python"
uses: actions/setup-python@v5 uses: actions/setup-python@v5