make it pull tags info

This commit is contained in:
SilicaAndPina 2022-04-15 23:50:39 +12:00
parent e0a025a5c6
commit b79534031f

View file

@ -17,6 +17,7 @@ jobs:
- name: Git Submodule update
run: git submodule update --init --recursive
run: git fetch -tags
- name: Setup .NET
uses: actions/setup-dotnet@v1