Skip to content

Commit

Permalink
actions/checkout@v4: with: fetch-depth: 0
Browse files Browse the repository at this point in the history
Signed-off-by: Stavros Ntentos <[email protected]>
  • Loading branch information
stdedos committed Feb 29, 2024
1 parent 2655f94 commit 6a40f3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a40f3b

Please sign in to comment.