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 8b648f2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,12 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
# 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
#with:
# # 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
# # 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 8b648f2

Please sign in to comment.