Skip to content

Commit

Permalink
[CI] Checkout action fetch-tags does not work
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmlnkn committed Nov 1, 2024
1 parent b4e1c09 commit d679512
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
# We need one tag for testing the git mount.
# This is BROKEN! God damn it. Is anything working at all...
# https://github.com/actions/checkout/issues/1781
fetch-tags: true
# https://github.com/actions/checkout/issues/1467
#fetch-tags: true

- name: Fetch tag for tests
run: git fetch origin refs/tags/v0.15.2:refs/tags/v0.15.2
Expand Down

0 comments on commit d679512

Please sign in to comment.