Update .gitea/actions/discover-skins/action.yml
This commit is contained in:
@@ -28,9 +28,16 @@ runs:
|
|||||||
repository: ${{ github.repository }}
|
repository: ${{ github.repository }}
|
||||||
ref: ${{ github.ref }}
|
ref: ${{ github.ref }}
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
fetch-tags: true
|
|
||||||
path: .
|
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
|
- name: Discover all skins
|
||||||
id: discover_all
|
id: discover_all
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user