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:
parent
2f0e7eb109
commit
4d57ec6e67
4
.github/workflows/publish-appimage.yml
vendored
4
.github/workflows/publish-appimage.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user