1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-16 10:05:22 +00:00

actions/checkout@v4: with: fetch-depth: 0

Signed-off-by: Stavros Ntentos <133706+stdedos@users.noreply.github.com>
This commit is contained in:
Stavros Ntentos 2024-02-29 17:14:57 +02:00 committed by Brenden Matthews
parent 2f0e7eb109
commit 4d57ec6e67

View File

@ -77,8 +77,8 @@ jobs:
pip3 install --upgrade pyyaml
- name: Checkout
uses: actions/checkout@v4
- name: Get tags
run: git fetch --tags origin
with:
fetch-depth: 0
- name: Get git version
id: git-version
run: echo "GIT_VERSION=$(git describe --tags --always --debug)" | tee -a $GITHUB_ENV