mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-19 00:41:41 +00:00
Fetch tags before building server so that the version string is correct (#230)
This commit is contained in:
committed by
GitHub
parent
3d34d1ca40
commit
dc0f8cf296
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -62,6 +62,10 @@ jobs:
|
||||
# Checkout code.
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v1
|
||||
|
||||
# Fetch tags.
|
||||
- name: Fetch tags
|
||||
run: git fetch --tags --force
|
||||
|
||||
# Install Java 11.
|
||||
- name: Install Java 11
|
||||
|
||||
Reference in New Issue
Block a user