Update .gitea/actions/discover-skins/action.yml

This commit is contained in:
2025-11-22 22:49:50 +01:00
parent a33b7ea8f1
commit 11ebdfd266

View File

@@ -28,9 +28,16 @@ runs:
repository: ${{ github.repository }}
ref: ${{ github.ref }}
fetch-depth: 0
fetch-tags: true
path: .
- name: Fetch tags manually
shell: bash
run: |
echo "Manually fetching tags from Gitea…"
git fetch origin --tags --force --prune
echo "Tags after fetch:"
git tag -l
- name: Discover all skins
id: discover_all
shell: bash