Fetch tags before building server so that the version string is correct (#230)

This commit is contained in:
Declan Freeman-Gleason
2021-01-12 12:37:41 -08:00
committed by GitHub
parent 3d34d1ca40
commit dc0f8cf296

View File

@@ -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