Fix tags???

This commit is contained in:
SilicaAndPina 2022-04-15 23:56:41 +12:00
parent 11b99d83a7
commit 3de7fa46dd

View file

@ -14,11 +14,11 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Git Submodule update
run: |
git submodule update --init --recursive
git fetch --tags
run: git submodule update --init --recursive
- name: Setup .NET
uses: actions/setup-dotnet@v1