checkout icon indicating copy to clipboard operation
checkout copied to clipboard

`fetch-tags: true` doesn't work

Open svaningelgem opened this issue 7 months ago • 1 comments

      - uses: actions/checkout@v4
        with:
          fetch-tags: true

==> But this doesn't fetch all the tags. I have to use

      - uses: actions/checkout@v4
        with:
          fetch-depth: 0
          fetch-tags: true

For it to retrieve everything.

svaningelgem avatar Jun 10 '25 06:06 svaningelgem

Same problem here

4Source avatar Sep 13 '25 10:09 4Source