- return fetch depth to have capability to auto detect latest tag

This commit is contained in:
Mike Penz
2020-10-18 09:43:46 +02:00
parent 13329e544c
commit 3f5c562f92
+2
View File
@@ -41,6 +41,8 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
with:
fetch-depth: 0
# Showcase the most minimal configuration possible # Showcase the most minimal configuration possible
- name: "Minimal Configuration" - name: "Minimal Configuration"