mod(action): remove fetch-depth 0
Some checks failed
Go Project Action / Spell-check and test go project (push) Successful in 33s
Release Go Application / Release go project (release) Failing after 26s
Go Project Action / Spell-check and test go project (release) Successful in 28s

Not sure if this is the issue for the tag not being found, but I want
to try
This commit is contained in:
2024-10-06 11:17:08 +02:00
parent b33ae50397
commit 7813db72f1

View File

@@ -14,8 +14,6 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Go installation - name: Setup Go installation
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: with: