mirror of
https://github.com/SlimeVR/SlimeVR-Server.git
synced 2026-04-06 02:01:58 +02:00
Force git tag fetching (#860)
This commit is contained in:
2
.github/workflows/gradle.yaml
vendored
2
.github/workflows/gradle.yaml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: Get tags
|
||||
run: git fetch --tags origin --recurse-submodules=no
|
||||
run: git fetch --tags origin --recurse-submodules=no --force
|
||||
|
||||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@v3
|
||||
|
||||
Reference in New Issue
Block a user