Fetch all tags

This commit is contained in:
Kamil Trzciński 2022-11-12 23:29:24 +01:00 committed by GitHub
parent a5c38c1a16
commit 543293aa5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,8 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup .NET
uses: actions/setup-dotnet@v1
with: