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: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Git Submodule update - name: Git Submodule update
run: | run: git submodule update --init --recursive
git submodule update --init --recursive
git fetch --tags
- name: Setup .NET - name: Setup .NET
uses: actions/setup-dotnet@v1 uses: actions/setup-dotnet@v1