1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-29 01:58:26 +00:00

git describe --tags --always --debug??

https://github.com/brndnmtthws/conky/actions/runs/8097991410/job/22130348973?pr=1761#step:6:5
Signed-off-by: Stavros Ntentos <133706+stdedos@users.noreply.github.com>
This commit is contained in:
Stavros Ntentos 2024-02-29 17:02:45 +02:00 committed by Brenden Matthews
parent 2f851665fd
commit 2f0e7eb109

View File

@ -81,7 +81,7 @@ jobs:
run: git fetch --tags origin
- name: Get git version
id: git-version
run: echo "GIT_VERSION=$(git describe --tags --always)" | tee -a $GITHUB_ENV
run: echo "GIT_VERSION=$(git describe --tags --always --debug)" | tee -a $GITHUB_ENV
- name: Import GPG Deploy Key
# only run on main branch
if: github.ref == 'refs/heads/main'